ArchGraph
Code intelligence for AI agents. ArchGraph parses your codebase, builds a knowledge graph, and exposes it to AI agents via the Model Context Protocol (MCP).
What is ArchGraph?
ArchGraph extracts code structure from 11 programming languages and stores it in a Neo4j knowledge graph. AI agents (Claude, Cursor, Windsurf) can query this graph to understand your codebase -- finding functions, tracing call chains, analyzing blast radius, and detecting vulnerabilities.
How it works
- Connect your repository (GitHub App or public catalog)
- Extract -- ArchGraph parses your code with tree-sitter + SCIP compiler-backed resolution
- Query -- AI agents use MCP tools to search, analyze, and understand your code
Quick links
- Quick Start -- Get running in 5 minutes
- Connect an Agent -- Claude, Cursor, Windsurf setup
- MCP Tools -- All 9 available tools
- Example Queries -- Common questions to ask your agent