← Back to Plugins
MCP Server MCP

RCA-MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx rca-mcp-connector

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "rca-mcp-connector",
      "version": "4.1.13",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the RCA-MCP backend to connect to.",
          "format": "string",
          "default": "https://rcamcp-production.up.railway.app",
          "name": "RCA_MCP_API_URL"
        },
        {
          "description": "Your RCA-MCP API key — get one free at https://rca-mcp.pages.dev.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "RCA_MCP_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...