Odel
Model Manager

Model Manager

Local
@setheerwagenPythonMITUpdated 5 days ago

Manage your local model machine over MCP: state, model pull/remove, service switch, LoRA training

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-modelmanagerv1.0.1

Run

uvx mcp-modelmanager

MCP client config

{
  "mcpServers": {
    "model-manager": {
      "command": "uvx",
      "args": [
        "mcp-modelmanager"
      ]
    }
  }
}