← Back to browse

understand-quickly

Indexed by io.github.looptech-ai

About

Public registry of code-knowledge graphs for AI agents with schema validation and drift detection.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add understand-quickly -- npx @looptech-ai/understand-quickly-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"understand-quickly","command":"npx","args":["@looptech-ai/understand-quickly-mcp"]}'
JSON
{
  "mcpServers": {
    "understand-quickly": {
      "command": "npx",
      "args": [
        "@looptech-ai/understand-quickly-mcp"
      ]
    }
  }
}