Public registry of code-knowledge graphs for AI agents with schema validation and drift detection.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A public, machine-readable registry of code-knowledge graphs.
Point AI agents at any indexed repo and they get a current, schema-validated graph β one URL, one fetch.
Latest: v0.4.0 β CLI 0.1.3, MCP 0.1.2, Python SDK 0.1.1, GH Action v0.1.0. CHANGELOG β
Browse β Β· Add your repo (wizard) Β· Quickstart Β· FAQ (plain English) Β· Alternatives Β· Badge Β· Contributing
It's a public directory of "map files" for codebases. Each entry points at a JSON file (a knowledge graph or context bundle) that describes a project's structure β files, functions, modules, how they connect β in a shape that AI tools can read in one network request.
If you're a project maintainer, you can add your repo so AI assistants can understand it instantly. If you're an AI agent or tooling developer, you can fetch any indexed graph by URL with no auth and no SDK.
First time? The FAQ answers "what is a knowledge graph?", "do I need this?", and "what happens after I submit?" in plain language.
Pick entries with status: "ok". Fetch entry.graph_url. Cache by last_sha. That's the whole API.
Pick the path that fits:
npx @looptech-ai/understand-quickly-cli add β auto-detects everything. (npm)Three ways, pick whichever your MCP client likes best:
Tools: list_repos, get_graph, search_concepts. See mcp/README.md.
See python-sdk/README.md.
Then read CONTRIBUTING.md.
registry.json and the graph body.repository_dispatch.| Format | Source tool | Tier |
|---|---|---|
understand-anything@1 | Understand-Anything | first-class |
gitnexus@1 | GitNexus | first-class |
code-review-graph@1 | code-review-graph | first-class |
bundle@1 | repo-context packers (Repomix, gitingest, codebase-digest, β¦) | first-class |
generic@1 | any {nodes, edges} graph | fallback |
Adding a new format: PR schemas/<name>@<int>.json + an ok and bad fixture under schemas/__fixtures__/<name>/. Full instructions in CONTRIBUTING.md.
Upstream tools that produce these formats can integrate via the integration protocol. PR templates are in docs/integrations/.
Easiest path: drop the looptech-ai/uq-publish-action into your release/build workflow.
The Action stamps metadata.{tool, tool_version, generated_at, commit} into the graph and fires a repository_dispatch (event_type=sync-entry) at this registry. See docs/integrations/protocol.md for the full producer contract.
Once registered, link a status badge in your repo's README. Lower-case the owner/repo and replace / with -- β for example looptech-ai/uq-publish-action becomes looptech-ai--uq-publish-action:
The badge auto-updates as your entry's status changes. See docs/badge.md for the full reference.
.well-known/code-graph)Agents can discover this registry's contents without going through registry.json:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/understand-quickly)<a href="https://allmcps.com/mcp/understand-quickly"><img src="https://allmcps.com/api/badge/understand-quickly?style=directory" alt="Understand Quickly on AllMCPs" /></a>