Skip to content

Commit f704936

Browse files
docs: add AdaL CLI installation instructions
1 parent 51f2175 commit f704936

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,22 @@ Copy and Paste this link in your Browser:
4848
cursor://anysphere.cursor-deeplink/mcp/install?name=browserbase&config=eyJjb21tYW5kIjoibnB4IEBicm93c2VyYmFzZWhxL21jcCIsImVudiI6eyJCUk9XU0VSQkFTRV9BUElfS0VZIjoiIiwiQlJPV1NFUkJBU0VfUFJPSkVDVF9JRCI6IiIsIkdFTUlOSV9BUElfS0VZIjoiIn19
4949
```
5050

51+
#### Add to AdaL CLI
52+
53+
Run the following commands inside the [AdaL CLI](https://github.com/SylphAI-Inc/adal-cli) prompt:
54+
55+
Using SHTTP (recommended):
56+
57+
```text
58+
/mcp add browserbase --transport http --url your-smithery-url.com
59+
```
60+
61+
Using STDIO:
62+
63+
```text
64+
/mcp add browserbase --command npx --args "-y,@browserbasehq/mcp-server-browserbase" --env "BROWSERBASE_API_KEY=<your-api-key>,BROWSERBASE_PROJECT_ID=<your-project-id>,GEMINI_API_KEY=<your-gemini-key>"
65+
```
66+
5167
We currently support 2 transports for our MCP server, STDIO and SHTTP. We recommend you use SHTTP with our remote hosted url to take advantage of the server at full capacity.
5268

5369
## SHTTP:
@@ -85,6 +101,13 @@ If your client doesn't support SHTTP:
85101
}
86102
```
87103

104+
Using [AdaL CLI](https://github.com/SylphAI-Inc/adal-cli):
105+
106+
```text
107+
# Run inside the AdaL CLI prompt:
108+
/mcp add browserbase --transport http --url your-smithery-url.com
109+
```
110+
88111
## STDIO:
89112

90113
You can either use our Server hosted on NPM or run it completely locally by cloning this repo.
@@ -111,7 +134,14 @@ Go into your MCP Config JSON and add the Browserbase Server:
111134
}
112135
```
113136

114-
That's it! Reload your MCP client and Claude will be able to use Browserbase.
137+
Using [AdaL CLI](https://github.com/SylphAI-Inc/adal-cli):
138+
139+
```text
140+
# Run inside the AdaL CLI prompt:
141+
/mcp add browserbase --command npx --args "-y,@browserbasehq/mcp-server-browserbase" --env "BROWSERBASE_API_KEY=<your-api-key>,BROWSERBASE_PROJECT_ID=<your-project-id>,GEMINI_API_KEY=<your-gemini-key>"
142+
```
143+
144+
That's it! Reload your MCP client and Claude, AdaL CLI, or any MCP-compatible client will be able to use Browserbase.
115145

116146
### To run 100% local:
117147

0 commit comments

Comments
 (0)