crabeye mcp bridge for VS Code
io.github.crabeye-ai/crabeye-mcp-bridge
One MCP connection for all your tools — with discovery, namespacing, and execution policies.
client:VS Code
transport:stdio
runtime:npm
Install crabeye mcp bridge in VS Code
.vscode/mcp.json
{
"servers": {
"crabeye-mcp-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@crabeye-ai/crabeye-mcp-bridge"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs