Skip to content

universal host manager mcp for Cursor

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

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

client:Cursor transport:stdio runtime:pypi

Install universal host manager mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

universal host manager mcp in other clients