One MCP connection for all your tools — with discovery, namespacing, and execution policies.
claude mcp add crabeye-mcp-bridge -- npx -y @crabeye-ai/crabeye-mcp-bridge
claude_desktop_config.json
{
"mcpServers": {
"crabeye-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"@crabeye-ai/crabeye-mcp-bridge"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"crabeye-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"@crabeye-ai/crabeye-mcp-bridge"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"crabeye-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"@crabeye-ai/crabeye-mcp-bridge"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"crabeye-mcp-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@crabeye-ai/crabeye-mcp-bridge"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"crabeye-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"@crabeye-ai/crabeye-mcp-bridge"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.crabeye-ai--crabeye-mcp-bridge/reviews or the review_server meta-tool.
POST /mcp