# ArchGraph Docs > 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). ArchGraph parses 11 languages with tree-sitter + SCIP, imports the structural graph into Neo4j, and exposes 9 MCP tools so AI agents can search, trace call chains, analyze blast radius, and scan for vulnerabilities. This index links every doc page; see [llms-full.txt](https://docs.archgraph.dev/llms-full.txt) for the full corpus as a single markdown file. ## Introduction - [ArchGraph](https://docs.archgraph.dev/): 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). ## Getting Started - [Quick Start](https://docs.archgraph.dev/quick-start): Get ArchGraph running in 5 minutes. - [Connect an Agent](https://docs.archgraph.dev/connect-agent): Set up ArchGraph with your preferred AI coding assistant. ## MCP Tools - [MCP Tools](https://docs.archgraph.dev/mcp-tools): Reference for the 9 MCP tools ArchGraph exposes — search, stats, impact, context, source, query, search_calls, detect_changes, find_vulnerabilities. - [Example Queries](https://docs.archgraph.dev/example-queries): Common questions to ask your AI agent with ArchGraph connected. ## Reference - [API Reference](https://docs.archgraph.dev/api-reference): The ArchGraph REST API is available at `api.archgraph.dev`. - [Supported Languages](https://docs.archgraph.dev/supported-languages): ArchGraph supports 11 programming languages with varying levels of call resolution. - [Self-Hosting](https://docs.archgraph.dev/self-hosting): ArchGraph can be self-hosted using Docker Compose. The infrastructure configuration is maintained in the [archgraph-infra](https://github.com/Deaxu/archgraph-infra) repository. ## More - [FAQ](https://docs.archgraph.dev/faq): **What is ArchGraph?** ArchGraph is a code intelligence service that builds knowledge graphs from your codebase and exposes them to AI agents via MCP. Agents can search, trace call chains, analyze impact, and detect vuln ## Related - [ArchGraph marketing site](https://archgraph.dev): product overview, pricing, and changelog. - [Marketing llms.txt](https://archgraph.dev/llms.txt): marketing-side index for AI crawlers. - [GitHub: Deaxu/ArchGraph](https://github.com/Deaxu/ArchGraph): core extraction engine (tree-sitter + SCIP).