Skip to content
VS Code

Example MCP Server for VS Code

io.github.mctx-ai/example-mcp-server

Build complete Apps with our framework — study or fork this reference implementation. Covers all @mc

client:VS Code transport:sse

Install Example MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "example-mcp-server": {
      "type": "sse",
      "url": "https://example-mcp-server.mctx.ai/v1.3.2"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Example MCP Server in other clients