Skip to content

universal host manager mcp for Cline

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

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

client:Cline transport:stdio runtime:pypi

Install universal host manager mcp 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

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

{
  "mcpServers": {
    "universal-host-manager-mcp": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

universal host manager mcp in other clients