← Back to Plugins
MCP Server MCP

Model Ledger

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx model-ledger

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "model-ledger",
      "version": "0.7.13",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Install with the MCP and CLI extras",
          "value": "model-ledger[mcp,cli]==0.7.13",
          "type": "named",
          "name": "--from"
        }
      ],
      "packageArguments": [
        {
          "description": "Start the MCP server (stdio transport)",
          "value": "mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...