Skip to content

Commit 9088e29

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

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@ 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+
Using SHTTP (recommended):
54+
55+
```bash
56+
/mcp add browserbase --transport http --url your-smithery-url.com
57+
```
58+
59+
Using STDIO:
60+
61+
```bash
62+
/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>"
63+
```
64+
5165
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.
5266

5367
## SHTTP:
@@ -85,6 +99,12 @@ If your client doesn't support SHTTP:
8599
}
86100
```
87101

102+
Using AdaL CLI:
103+
104+
```bash
105+
/mcp add browserbase --transport http --url your-smithery-url.com
106+
```
107+
88108
## STDIO:
89109

90110
You can either use our Server hosted on NPM or run it completely locally by cloning this repo.
@@ -111,7 +131,13 @@ Go into your MCP Config JSON and add the Browserbase Server:
111131
}
112132
```
113133

114-
That's it! Reload your MCP client and Claude will be able to use Browserbase.
134+
Using AdaL CLI:
135+
136+
```bash
137+
/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>"
138+
```
139+
140+
That's it! Reload your MCP client and Claude, AdaL CLI, or any MCP-compatible client will be able to use Browserbase.
115141

116142
### To run 100% local:
117143

0 commit comments

Comments
 (0)