agent mcp hub for VS Code
io.github.blackaxgit/agent-mcp-hub
One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents
client:VS Code
transport:stdio
runtime:npm
Install agent mcp hub in VS Code
.vscode/mcp.json
{
"servers": {
"agent-mcp-hub": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-mcp-hub"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs