Skip to content
VS Code

Example App for VS Code

io.github.mctx-ai/example-app

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

client:VS Code transport:sse

Install Example App in VS Code

.vscode/mcp.json

{
  "servers": {
    "example-app": {
      "type": "sse",
      "url": "https://example-app.mctx.ai/v1.3.4"
    }
  }
}

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

Example App in other clients