MCP Server
MCP
Model Ledger
Model inventory and governance: trace deployed models and their dependencies as an append-only log
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
By
Comments
Sign in to leave a comment