Skip to content

Commit 02a4caf

Browse files
authored
fix cursor deep link, add readme clarification for model apikey (#99)
1 parent 371fee8 commit 02a4caf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This server provides cloud browser automation capabilities using [Browserbase](h
3030
Copy and Paste this link in your Browser:
3131

3232
```text
33-
cursor://anysphere.cursor-deeplink/mcp/install?name=browserbase&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyJAYnJvd3NlcmJhc2VocS9tY3AiXSwiZW52Ijp7IkJST1dTRVJCQVNFX0FQSV9LRVkiOiIiLCJCUk9XU0VSQkFTRV9QUk9KRUNUX0lEIjoiIn19
33+
cursor://anysphere.cursor-deeplink/mcp/install?name=browserbase&config=eyJjb21tYW5kIjoibnB4IEBicm93c2VyYmFzZWhxL21jcCIsImVudiI6eyJCUk9XU0VSQkFTRV9BUElfS0VZIjoiIiwiQlJPV1NFUkJBU0VfUFJPSkVDVF9JRCI6IiIsIkdFTUlOSV9BUElfS0VZIjoiIn19
3434
```
3535

3636
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.
@@ -73,6 +73,8 @@ If your client doesn't support SHTTP:
7373

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

76+
> **❗️ Important:** If you want to use a different model you have to add --modelName to the args and provide that respective key as an arg. More info below.
77+
7678
### To run on NPM (Recommended)
7779

7880
Go into your MCP Config JSON and add the Browserbase Server:

0 commit comments

Comments
 (0)