Skip to content
VS Code

dekko for VS Code

io.github.aahlijia/dekko

Static code map generator: MAP.md + map.json for any repo, plus a Claude Code /map plugin

client:VS Code transport:stdio runtime:pypi

Install dekko in VS Code

.vscode/mcp.json

{
  "servers": {
    "dekko": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dekko"
      ]
    }
  }
}

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

dekko in other clients