Stats
Actions
Tags
From crabeye-mcp-bridge
Connects to the Crabeye AI platform for monitoring, debugging, and observability of AI agent workflows. Runs locally as a subprocess.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"crabeye": {
"command": "npx",
"args": [
"-y",
"@crabeye-ai/crabeye-mcp-bridge"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub crabeye-ai/crabeye-mcp-bridge