← Back to browse

RCA-MCP

Indexed by io.github.dave1362

About

Causal root-cause analysis MCP server -- 56 tools across graphs, RCA models, PyRCA.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsRCA_MCP_API_URL RCA_MCP_API_KEY
Claude Code
claude mcp add --env RCA_MCP_API_URL= --env RCA_MCP_API_KEY= rca-mcp-connector -- uvx rca-mcp-connector
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"rca-mcp-connector","command":"uvx","args":["rca-mcp-connector"],"env":{"RCA_MCP_API_URL":"","RCA_MCP_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "rca-mcp-connector": {
      "command": "uvx",
      "args": [
        "rca-mcp-connector"
      ],
      "env": {
        "RCA_MCP_API_URL": "",
        "RCA_MCP_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.