Skip to content
VS Code

McpHub for VS Code

io.github.john0king/mcphub

MCP bridge that folds multiple MCP servers' capabilities into a few fixed tools for AI tools.

client:VS Code transport:stdio runtime:nuget

Install McpHub in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcphub": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "McpHub",
        "--yes"
      ]
    }
  }
}

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

McpHub in other clients