Skip to content

Commit 170ae5d

Browse files
[Refactor]: converting to use Smithery SDK for SHTTP (#83)
* wip + converting to use smithery sdk * smithery tool rename * smithery shttp entrypoint * entry + docker update * docker to smithery * new smithery update * Create smithery.config.js (#84) * fixing optional config + fix stdio local * optional for lazy loading * non optional * add cursor quickstart --------- Co-authored-by: Henry Mao <[email protected]>
1 parent b81ffe5 commit 170ae5d

File tree

11 files changed

+1421
-704
lines changed

11 files changed

+1421
-704
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,3 +300,5 @@ cython_debug/
300300
#.idea/
301301

302302

303+
# Smithery
304+
/browserbase/.smithery

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Browserbase MCP Server
22

3+
[![smithery badge](https://smithery.ai/badge/@browserbasehq/mcp-browserbase)](https://smithery.ai/server/@browserbasehq/mcp-browserbase)
4+
35
![cover](assets/cover-mcp.png)
46

57
[The Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you’re building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.

browserbase/Dockerfile

Lines changed: 0 additions & 43 deletions
This file was deleted.

browserbase/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ The Model Context Protocol (MCP) is an open protocol that enables seamless integ
1010
</a>
1111
</div>
1212

13-
## How to setup in MCP json
13+
## How to Setup
14+
15+
### Quickstarts:
16+
17+
[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.png)](cursor://anysphere.cursor-deeplink/mcp/install?name=browserbase&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyJAYnJvd3NlcmJhc2VocS9tY3AiXSwiZW52Ijp7IkJST1dTRVJCQVNFX0FQSV9LRVkiOiIiLCJCUk9XU0VSQkFTRV9QUk9KRUNUX0lEIjoiIn19)
1418

1519
You can either use our Server hosted on NPM or run it completely locally by cloning this repo.
1620

0 commit comments

Comments
 (0)