Skip to content
Cursor

dekko for Cursor

io.github.aahlijia/dekko

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

client:Cursor transport:stdio runtime:pypi

Install dekko in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dekko in other clients