Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/home/mcp-desktop-clients/vscode-client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ As of version 1.100.0, Visual Studio Code does not yet support [MCP authorizatio
1. Download and open [Visual Studio Code](https://code.visualstudio.com/download) (version 1.100.0 or higher)
1. Open the command palette and select **MCP: Add Server...**
1. Choose **HTTP**
1. Paste the following URL: `https://api.arcade.dev/v1/mcps/ms_0ujssxh0cECutqzMgbtXSGnjorm/mcp`
1. Paste the following URL: `https://api.arcade.dev/v1/mcps/arcade-anon/mcp`

<Info>
This URL is Arcade's public beta MCP server. We'd love to [hear your feedback](/home/contact-us)!
Expand All @@ -29,7 +29,7 @@ Visual Studio Code will update your `settings.json` file with the following:
"mcp": {
"servers": {
"mcp-arcade-dev": {
"url": "https://api.arcade.dev/v1/mcps/ms_0ujssxh0cECutqzMgbtXSGnjorm/mcp"
"url": "https://api.arcade.dev/v1/mcps/arcade-anon/mcp"
}
}
},
Expand Down