Skip to content
Cursor

Model Ledger for Cursor

io.github.block/model-ledger

Model inventory and governance: trace deployed models and their dependencies as an append-only log

client:Cursor transport:stdio runtime:pypi

Install Model Ledger in Cursor

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

{
  "mcpServers": {
    "model-ledger": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "model-ledger"
      ]
    }
  }
}

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

Model Ledger in other clients