Skip to content

Commit 60e77d3

Browse files
committed
docs: update MCP remote URL
1 parent df8cc54 commit 60e77d3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ npx -y @smithery/cli@latest install linkup-mcp-server --client <CLIENT_NAME> --c
3838
**Finally, if your client supports OAuth protocol, you can reference directly the remote MCP server URL. See examples below:**
3939

4040
#### Cursor
41-
[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en-US/install-mcp?name=Linkup&config=eyJ0eXBlIjoiaHR0cCIsInVybCI6Imh0dHBzOi8vc2VydmVyLnNtaXRoZXJ5LmFpL0BMaW5rdXBQbGF0Zm9ybS9saW5rdXAtbWNwLXNlcnZlci9tY3AifQ%3D%3D)
41+
[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en-US/install-mcp?name=linkup&config=eyJ0eXBlIjoiaHR0cCIsInVybCI6Imh0dHBzOi8vbWNwLmxpbmt1cC5zby9tY3A%2FYXBpS2V5PVlPVVJfQVBJX0tFWSJ9)
42+
4243

4344
In your `~/.cursor/mcp.json` file, add the following:
4445
```json
@@ -47,7 +48,7 @@ In your `~/.cursor/mcp.json` file, add the following:
4748
// ... other MCP servers
4849
"linkup": {
4950
"type": "http",
50-
"url": "https://server.smithery.ai/@LinkupPlatform/linkup-mcp-server/mcp"
51+
"url": "https://mcp.linkup.so/mcp?apiKey=LINKUP_API_KEY"
5152
}
5253
}
5354
}
@@ -61,7 +62,7 @@ Add this to your VS Code MCP config file. See [VS Code MCP docs](https://code.vi
6162
"servers": {
6263
// ... other MCP servers
6364
"linkup": {
64-
"url": "https://server.smithery.ai/@LinkupPlatform/linkup-mcp-server/mcp",
65+
"url": "https://mcp.linkup.so/mcp?apiKey=LINKUP_API_KEY",
6566
"type": "http"
6667
}
6768
}
@@ -99,7 +100,7 @@ You can also run the MCP server locally through the stdio transport.
99100
"args": [
100101
"-y",
101102
"linkup-mcp-server",
102-
"apiKey=<LINKUP_API_KEY>"
103+
"apiKey=LINKUP_API_KEY"
103104
]
104105
}
105106
}
@@ -118,7 +119,7 @@ You can also run the MCP server locally through the stdio transport.
118119
"args": [
119120
"-y",
120121
"linkup-mcp-server",
121-
"apiKey=<LINKUP_API_KEY>"
122+
"apiKey=LINKUP_API_KEY"
122123
]
123124
}
124125
}

0 commit comments

Comments
 (0)