Agentic GraphRAG over a Python codebase: adaptive vector + graph hybrid retrieval with reflection, exposed as an MCP server. 91% route accuracy, 6-mode failure taxonomy, eval harness committed.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"codex-atlas": {
"command": "uvx",
"args": [
"codex-atlas"
]
}
}
}
Run in terminal:
claude mcp add codex-atlas uvx codex-atlas
Add to .cursor/mcp.json:
{
"mcpServers": {
"codex-atlas": {
"command": "uvx",
"args": [
"codex-atlas"
]
}
}
}
Or install with pip: pip install codex-atlas