MCPX VS Code Integration
VS Code extension that syncs MCPX-managed MCP servers into a configuration file for the VS Code MCP client.
Features
- Sync installed MCPX servers into
.vscode/mcp.json or a fallback global file.
- Optional orchestrator mode that points VS Code at the MCPX proxy endpoint.
- Configuration overrides for custom MCP root directories.
Development
pnpm install
pnpm --filter mcpx-vscode-extension dev
Commands
MCPX: Sync MCP Servers (mcpx.syncServers) — refresh MCP configuration from the MCPX installation directory.
MCPX: Install Server from Registry (mcpx.installFromRegistry) — install an MCP server defined in the MCPX registry.
Publishing
pnpm --filter mcpx-vscode-extension build
pnpm --filter mcpx-vscode-extension package
VSCE_PAT=*** pnpm --filter mcpx-vscode-extension exec vsce publish --no-dependencies
| |