code-atlas

SerPeter/code-atlas
★ 5 stars Python Memory/Knowledge Updated today
Code intelligence graph for AI coding agents. Combines graph traversal, semantic search, and BM25 keyword search in a single Memgraph-powered system. Indexes code structure, documentation, and dependencies with AST-level incremental updates. Monorepo-native. Self-hosted. MCP server included.
View on GitHub → 🔍 Audit Wallet Slippage →

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-atlas": {
      "command": "uvx",
      "args": [
        "code-atlas"
      ]
    }
  }
}

Or install with pip: pip install code-atlas

README Excerpt

**A code intelligence graph that gives AI coding agents deep, token-efficient understanding of your codebase — structure, docs, and dependencies in one searchable graph.** > Map your codebase. Search it three ways. Feed it to agents. --- Every time an AI agent touches your codebase, it burns tokens just figuring out where things are. Grep for a function name. Read five files to understand the call chain. Search docs for context. Repeat — across every task, every session. On a large project, agen

Tools (16)

analyze_repocypher_querygenerate_diagramget_contextget_nodeget_usage_guidehealth_checkhybrid_searchindex_statuslist_projectsplan_search_strategyschema_infotext_searchvalidate_cyphervector_searchverify_token_chain