Prerequisites
- VS Code with MCP support (VS Code 1.99+)
- A MCPCore server with at least one tool
- The config snippet from your server’s Integration tab
Step 1 — Get your config snippet
Open your server’s detail page, click the Integration tab, and select VS Code. Copy the generated snippet. VS Code uses aservers key (not mcpServers) and a type: "http" field:
Step 2 — Add to your workspace config
Create or open.vscode/mcp.json in your workspace root and paste the snippet:
- Open Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) - Search for Preferences: Open User Settings (JSON)
- Add the
serversblock at the top level