codex-atlas

BishBish123/codex-atlas
★ 0 stars Python 🤖 AI/LLM Updated today
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.
View on GitHub →

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"
      ]
    }
  }
}

Or install with pip: pip install codex-atlas