# axiom-graph Project knowledge indexer for AI agents — scans code, tracks documentation staleness, and serves a knowledge graph to AI agents via MCP. This site documents axiom-graph across three surfaces: - **[Guide](guide/index)** — the user-facing narrative (getting started, concepts, features), generated from DocJSON. - **[CLI Reference](cli/index)** — the `axiom-graph` command, grouped by purpose. - **[MCP Tools](mcp/index)** — the 30 tools exposed to AI agents over MCP, grouped by purpose. The Guide pages under `guide/` are generated by `axiom-graph render-site` and committed; Read the Docs only runs Sphinx over the pre-generated pages. ```{toctree} :maxdepth: 2 :hidden: guide/index ``` ```{toctree} :maxdepth: 2 :caption: Reference :hidden: cli/index mcp/index ```