Skip to content

universal host manager mcp for Grok

io.github.abktya/universal-host-manager-mcp

Cross-platform FastMCP server for authenticated remote Linux/macOS host administration

client:Grok transport:stdio runtime:pypi

Install universal host manager mcp 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": {
    "universal-host-manager-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "universal-host-manager-mcp"
      ],
      "env": {
        "HOST": "<HOST>",
        "PORT": "<PORT>",
        "MCP_WORKSPACE_DIR": "<MCP_WORKSPACE_DIR>",
        "AUTH0_DOMAIN": "<AUTH0_DOMAIN>",
        "AUTH0_CLIENT_ID": "<AUTH0_CLIENT_ID>",
        "AUTH0_CLIENT_SECRET": "<AUTH0_CLIENT_SECRET>",
        "AUTH0_AUDIENCE": "<AUTH0_AUDIENCE>",
        "ALLOW_INSECURE_NO_AUTH": "<ALLOW_INSECURE_NO_AUTH>"
      }
    }
  }
}

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

universal host manager mcp in other clients