Skip to content
Cursor

codeledger for Cursor

io.github.codeledgerecf/codeledger

Deterministic context selection for AI coding agents. Local memory that compounds across sessions.

client:Cursor transport:stdio runtime:npm

Install codeledger in Cursor

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

{
  "mcpServers": {
    "codeledger": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codeledger/cli"
      ]
    }
  }
}

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

codeledger in other clients