Skip to content
Cursor

nodedex for Cursor

io.github.nodedex/nodedex

Your project's decision history for agents: decisions, dead-ends, constraints - queryable, local.

client:Cursor transport:stdio runtime:npm

Install nodedex in Cursor

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

{
  "mcpServers": {
    "nodedex": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nodedex"
      ]
    }
  }
}

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

nodedex in other clients