Skip to main content

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

  1. Connect your repository (GitHub App or public catalog)
  2. Extract -- ArchGraph parses your code with tree-sitter + SCIP compiler-backed resolution
  3. Query -- AI agents use MCP tools to search, analyze, and understand your code