Skip to content
VS Code

understand quickly for VS Code

io.github.looptech-ai/understand-quickly

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

client:VS Code transport:stdio runtime:npm

Install understand quickly in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

understand quickly in other clients