Model Manager for Claude Desktop
io.github.setheerwagen/mcp-modelmanager
Manage your local model machine over MCP: state, model pull/remove, service switch, LoRA training
client:Claude Desktop
transport:stdio
runtime:pypi
Install Model Manager in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-modelmanager": {
"command": "uvx",
"args": [
"mcp-modelmanager"
],
"env": {
"MM_VM_HOST": "<MM_VM_HOST>",
"MM_VM_USER": "<MM_VM_USER>",
"MM_CONTAINER_ROOT": "<MM_CONTAINER_ROOT>",
"MM_MAX_TIER": "<MM_MAX_TIER>",
"MM_ENABLED_OPERATIONS": "<MM_ENABLED_OPERATIONS>",
"MM_VM2_HOST": "<MM_VM2_HOST>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs