RCA-MCP
Rank #7,658io.github.dave1362/rca-mcp-connector
Causal root-cause analysis MCP server -- 56 tools across graphs, RCA models, PyRCA.
RCA-MCP is a Model Context Protocol (MCP) server published by dave1362. It ranks #7,658 of 132,113 servers tracked on MCP Toplist. RCA-MCP is listed across 2 registries — Official MCP and Glama, with 11 tracked versions. It was first listed on Jul 11, 2026 and most recently updated on Sep 10, 2026.
Ranks ahead of 124,455 of 132,113 servers on MCP Toplist.
Use RCA-MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add rca-mcp-connector -e "RCA_MCP_API_URL=<your RCA_MCP_API_URL>" -e "RCA_MCP_API_KEY=<your RCA_MCP_API_KEY>" -- uvx rca-mcp-connectorReplace each placeholder with your own value before saving.
[mcp_servers.rca-mcp-connector]
command = "uvx"
args = ["rca-mcp-connector"]
[mcp_servers.rca-mcp-connector.env]
RCA_MCP_API_URL = "<your RCA_MCP_API_URL>"
RCA_MCP_API_KEY = "<your RCA_MCP_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dave1362%2Frca-mcp-connector)<a href="https://mcptoplist.com/server/io.github.dave1362%2Frca-mcp-connector"><img src="https://mcptoplist.com/badge/io.github.dave1362%2Frca-mcp-connector.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
dave1362
Other servers by dave1362
View all dave1362 servers →Available versions (11)
| Version | Published |
|---|---|
| 4.1.20 | Sep 10, 2026 |
| 4.1.19 | Sep 10, 2026 |
| 4.1.18 | Sep 10, 2026 |
| 4.1.17 | Sep 9, 2026 |
| 4.1.16 | Sep 8, 2026 |
| 4.1.15 | Sep 8, 2026 |
| 4.1.14 | Sep 7, 2026 |
| 4.1.13 | Jul 23, 2026 |
| 4.1.12 | Jul 23, 2026 |
| 4.1.10 | Jul 22, 2026 |
| 4.1.9 | Jul 21, 2026 |
Frequently asked questions
- Who maintains RCA-MCP?
- RCA-MCP is maintained by dave1362, which publishes 2 MCP servers (22 total versions) tracked on MCP Toplist.
- Is RCA-MCP listed on the Official MCP Registry?
- Yes — RCA-MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does RCA-MCP have?
- MCP Toplist tracks 11 versions of RCA-MCP, most recently published on Sep 10, 2026.
- Where can I find the source code for RCA-MCP?
- The source code for RCA-MCP is hosted at github.com/dave1362/rca-mcp-connector.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.