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).
Run
uvx mcp-modelmanager
MCP client config
{
"mcpServers": {
"model-manager": {
"command": "uvx",
"args": [
"mcp-modelmanager"
]
}
}
}