Halo · RCA infrastructure for AI-built code. Walks the failure scope, builds a knowledge graph in SQLite, ranks causal candidates with calibrated weights. CLI · MCP server · daemon · GitHub-App.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"code-graph-rca": {
"command": "npx",
"args": [
"-y",
"sebdenes/code-graph-rca"
]
}
}
}
Run in terminal:
claude mcp add code-graph-rca npx -y sebdenes/code-graph-rca
Add to .cursor/mcp.json:
{
"mcpServers": {
"code-graph-rca": {
"command": "npx",
"args": [
"-y",
"sebdenes/code-graph-rca"
]
}
}
}