Skip to main content

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 a servers key (not mcpServers) and a type: "http" field:
For API Key mode:

Step 2 — Add to your workspace config

Create or open .vscode/mcp.json in your workspace root and paste the snippet:
If you want the server available across all workspaces, add it to your VS Code User Settings instead:
  1. Open Command Palette (Cmd+Shift+P / Ctrl+Shift+P)
  2. Search for Preferences: Open User Settings (JSON)
  3. Add the servers block at the top level

Step 3 — Reload VS Code

Save the config file. VS Code picks up MCP configuration changes automatically — you may need to open a new chat to see the updated tools.

Step 4 — Verify

Open Copilot Chat or Agent mode in VS Code and reference one of your tools. Your MCPCore tools are available in any AI-powered feature.

Troubleshooting