PluginBench
MCP Server
Active
MIT

RCA-MCP MCP Server

io.github.dave1362/rca-mcp-connector

What is the RCA-MCP MCP server?

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

How to install RCA-MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • RCA_MCP_API_URL

    Base URL of the RCA-MCP backend to connect to.

  • RCA_MCP_API_KEY
    required
    secret

    Your RCA-MCP API key — get one free at https://rca-mcp.pages.dev.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rca-mcp-connector": {
      "command": "uvx",
      "args": [
        "rca-mcp-connector"
      ],
      "env": {
        "RCA_MCP_API_URL": "<YOUR_RCA_MCP_API_URL>",
        "RCA_MCP_API_KEY": "<YOUR_RCA_MCP_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "rca-mcp-connector": {
      "command": "uvx",
      "args": [
        "rca-mcp-connector"
      ],
      "env": {
        "RCA_MCP_API_URL": "<YOUR_RCA_MCP_API_URL>",
        "RCA_MCP_API_KEY": "<YOUR_RCA_MCP_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "rca-mcp-connector": {
      "command": "uvx",
      "args": [
        "rca-mcp-connector"
      ],
      "env": {
        "RCA_MCP_API_URL": "<YOUR_RCA_MCP_API_URL>",
        "RCA_MCP_API_KEY": "<YOUR_RCA_MCP_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "rca-mcp-connector": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rca-mcp-connector"
      ],
      "env": {
        "RCA_MCP_API_URL": "<YOUR_RCA_MCP_API_URL>",
        "RCA_MCP_API_KEY": "<YOUR_RCA_MCP_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add rca-mcp-connector --env RCA_MCP_API_URL=<YOUR_RCA_MCP_API_URL> --env RCA_MCP_API_KEY=<YOUR_RCA_MCP_API_KEY> -- uvx rca-mcp-connector

Related MCP servers

UML Forge

Active

Architecture intelligence, security analysis, and living docs. 13 Mermaid tools.

0
Python
MIT
View repository →