Model Manager for Cline
io.github.setheerwagen/mcp-modelmanager
Manage your local model machine over MCP: state, model pull/remove, service switch, LoRA training
client:Cline
transport:stdio
runtime:pypi
Install Model Manager in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs