Skip to content

understand quickly for Zed

io.github.looptech-ai/understand-quickly

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

client:Zed transport:stdio runtime:npm

Install understand quickly in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

understand quickly in other clients