Skip to content
Cursor

RCA-MCP for Cursor

io.github.dave1362/rca-mcp-connector

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

client:Cursor transport:stdio runtime:pypi

Install RCA-MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rca-mcp-connector": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rca-mcp-connector"
      ],
      "env": {
        "RCA_MCP_API_URL": "<RCA_MCP_API_URL>",
        "RCA_MCP_API_KEY": "<RCA_MCP_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

RCA-MCP in other clients