Model Ledger MCP Server

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

Local serverstdioPython

What is the Model Ledger MCP server?

Model Ledger MCP server exists for a simple reason — assistants are far more useful when they can act on Model Ledger directly instead of describing what you should do. Model inventory and governance: trace deployed models and their dependencies as an append-only log.

What you get

model-ledger is a model inventory for any organization with deployed models. It discovers models, heuristic rules, and ETL across your platforms, maps the dependency graph automatically, and records every change as an immutable event. Unlike registries tied to a single platform (MLflow, SageMaker, W&B), it spans all of them — as one connected graph — and it's built to be driven by AI agents through a native MCP server.

Setting it up

model-ledger on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Choosing this one

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. It is maintained by block; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the model ledger mcp server does with a few real requests.

How to install the Model Ledger MCP server

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

Add to claude_desktop_config.json, then restart Claude Desktop.

Frequently asked questions

It connects Model Ledger to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Model Ledger directly.