
Manage your MetaMCP instance directly from VS Code — browse namespaces, view MCP servers, and configure your projects with one click.
GitHub | CLI companion
Features
- Login — Connect to your MetaMCP instance with email/password
- Browse Namespaces — View all your namespaces in the sidebar
- View MCP Servers — Expand namespaces to see their MCP servers and tool counts
- Apply to Project — Right-click a namespace to configure your project and detected IDEs
- Multi-client support — Auto-detects Claude Code, VS Code, Cursor, Windsurf, and Claude Desktop
- API Key auto-detection — Fetches your API keys from MetaMCP, no copy-pasting needed
Quick Start
- Install the extension
- Click the MetaMCP icon in the Activity Bar (sidebar)
- Click the login icon and enter your MetaMCP URL + credentials
- Browse your namespaces and MCP servers
- Right-click a namespace → Apply to Project
Apply to Project
When you apply a namespace to your project, the extension:
- Finds the endpoint for that namespace
- Lists your API keys and lets you pick one
- Detects which MCP clients are installed on your system
- Writes the correct config for each selected client:
| Client |
Config File |
Transport |
| Claude Code |
.mcp.json (project) |
uvx mcp-proxy (streamable HTTP) |
| VS Code |
.vscode/mcp.json (project) |
SSE |
| Cursor |
~/.cursor/mcp.json |
SSE |
| Windsurf |
~/.codeium/windsurf/mcp_config.json |
SSE |
| Claude Desktop |
Global config |
uvx mcp-proxy (streamable HTTP) |
Requirements
- A running MetaMCP instance
uvx (from uv) for Claude Code / Claude Desktop configs
CLI Companion
For terminal-based setup, install metamcp-cli:
npm install -g metamcp-cli
metamcp-cli setup
License
MIT
| |