Skip to content
VS Code

Model Ledger for VS Code

io.github.block/model-ledger

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

client:VS Code transport:stdio runtime:pypi

Install Model Ledger in VS Code

.vscode/mcp.json

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

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

Model Ledger in other clients