MCP Server
MCP
RCA-MCP
Causal root-cause analysis MCP server -- 56 tools across graphs, RCA models, PyRCA.
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
By
Comments
Sign in to leave a comment