Loading MCP server directory, please wait...
Causal root-cause analysis MCP server -- 55 tools across graphs, RCA models, PyRCA.
npx @getmcp/cli add io.github.dave1362/rca-mcp-connectorRequires Python 3.10+. Community-contributed server. Review source before installing.
RCA_MCP_API_URLBase URL of the RCA-MCP backend to connect to.
RCA_MCP_API_KEYYour RCA-MCP API key — get one free at https://rca-mcp.pages.dev.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dave1362/rca-mcp-connector": {
"command": "uvx",
"args": [
"rca-mcp-connector"
],
"env": {
"RCA_MCP_API_URL": "",
"RCA_MCP_API_KEY": ""
}
}
}
}