When AI agents need to understand a codebase, they ask us — instead of re-cloning and re-indexing every time.

Public registry of pre-computed code-knowledge graphs. Schema-validated, drift-tracked, MIT/Apache code, $0 to use.

Built on the open Code-Knowledge-Graph Protocol v1.

  • indexed repos
  • graph formats
  • 4 packages live
  • 10 upstream integrations in flight

Drop this into your MCP config

Get list_repos, get_graph, search_concepts, find_graph_for_repo as agent tools in Claude Desktop, Codex, Cursor — anything that speaks MCP.

{
  "mcpServers": {
    "understand-quickly": {
      "command": "npx",
      "args": ["-y", "@looptech-ai/understand-quickly-mcp"]
    }
  }
}

Listed on the MCP Registry as io.github.looptech-ai/understand-quickly.

What is a code-knowledge graph?

A code-knowledge graph is a structured map of a codebase — files, functions, classes, and their relationships — designed for AI agents to query. Tools like understand-anything, GitNexus, and code-review-graph produce them; we aggregate them.

Agent endpoints
GET ./registry.json — canonical index
GET ./schemas/ — JSON Schemas