Skip to content
Grok

Model Manager for Grok

io.github.setheerwagen/mcp-modelmanager

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

client:Grok transport:stdio runtime:pypi

Install Model Manager in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-modelmanager": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Model Manager in other clients