Skip to content

Commit 36cb499

Browse files
authored
Merge pull request #118 from tower/ben/update-mcp-connection-docs
README updates
2 parents ba53ac4 + 3b390f1 commit 36cb499

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Add the Tower MCP server to Claude Code using SSE transport:
215215
claude mcp add tower http://127.0.0.1:34567/sse --transport sse
216216
```
217217

218-
Or using JSON configuration with SSE:
218+
Or with the JSON configuration directly:
219219

220220
```json
221221
{
@@ -232,7 +232,12 @@ For custom ports, adjust the URL accordingly (e.g., `http://127.0.0.1:8080/sse`)
232232

233233
##### Cursor
234234

235-
[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=tower&config=eyJ1cmwiOiJodHRwOi8vMTI3LjAuMC4xOjM0NTY3L3NzZSJ9)
235+
[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=tower&config=eyJ1cmwiOiJodHRwOi8vMTI3LjAuMC4xOjM0NTY3L3NzZSJ9)
236+
237+
If that doesn't work, try opening the following link in your browser or in your terminal with `open` on macOS, or `xdg-open` on Linux:
238+
```
239+
cursor://anysphere.cursor-deeplink/mcp/install?name=tower&config=eyJ1cmwiOiJodHRwOi8vMTI3LjAuMC4xOjM0NTY3L3NzZSJ9
240+
```
236241

237242
Or manually, add this to your Cursor MCP settings (`mcp.json`):
238243

@@ -248,11 +253,14 @@ Or manually, add this to your Cursor MCP settings (`mcp.json`):
248253

249254
##### VS Code
250255

251-
[https://img.shields.io/badge/VS_Code-Install_Tower_MCP-0098FF?logo=visualstudiocode&logoColor=ffffff](vscode:mcp/install?%7B%22name%22%3A%22tower%22%2C%22type%22%3A%22sse%22%2C%22url%22%3A%22http%3A%2F%2F127.0.0.1%3A34567%2Fsse%22%7D)
256+
In VS Code, first you should enable MCP integrations by setting `Chat>MCP:Enabled` to true in your settings.
252257

253-
In VS Code, first you should
258+
For adding the server, you can try copying and pasting the following link into your URL bar:
259+
```
260+
vscode:mcp/install?%7B%22name%22%3A%22tower%22%2C%22type%22%3A%22sse%22%2C%22url%22%3A%22http%3A%2F%2F127.0.0.1%3A34567%2Fsse%22%7D
261+
```
254262

255-
For VS Code with MCP extensions, add to your `mcp.json`:
263+
Alternatively, you can add the following to your `mcp.json`:
256264

257265
```json
258266
{
@@ -279,9 +287,6 @@ In your `settings.json`, add the following:
279287
}
280288
```
281289

282-
#### Prerequisites
283-
284-
285290
### About the runtime environment
286291

287292
The [tower-runtime](crates/tower-runtime) crate has the Rust library that makes

0 commit comments

Comments
 (0)