Source checked: 2026-07-24 Official source: https://code.visualstudio.com/docs/agent-customization/mcp-servers
Use the complete Secure server address shown by Core during onboarding, including ?setup_attempt=.... Outside onboarding, use https://core.gradien.ai/mcp/continuity.
Add Core
- Open the Command Palette.
- Run MCP: Add Server.
- Choose HTTP.
- Paste the complete Core address.
- Enter
coreas the server ID. - Choose User when Core should be available across projects, or Workspace for the current repository only.
- Start the server and approve Core in the browser when prompted.
The equivalent VS Code MCP configuration uses the servers shape:
{
"servers": {
"core": {
"type": "http",
"url": "<secure-server-address>"
}
}
}
Do not reuse Cursor's mcpServers wrapper in VS Code. The two editors use different configuration shapes.