mcpbeat Sign in

Universal Host Manager MCP Server

local only

Universal Host Manager MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

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

Installs / week
pypi · universal-host-manager-mcp
1
Stars
0 open issues
22 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 9 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call run_command.command → src/universal_host_manager_mcp/server.py:137, run_command.command → src/universal_host_manager_mcp/server.py:116
    process = subprocess.Popen(
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add universal-host-manager-mcp -- uvx universal-host-manager-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "universal-host-manager-mcp": {
      "args": [
        "universal-host-manager-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.universal-host-manager-mcp]
command = "uvx"
args = ["universal-host-manager-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "universal-host-manager-mcp": {
      "args": [
        "universal-host-manager-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "universal-host-manager-mcp": {
      "args": [
        "universal-host-manager-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: HOST (Interface to bind to), PORT (Port to listen on), MCP_WORKSPACE_DIR (Directory that read_file/write_file/list_dir are restricted to), AUTH0_DOMAIN (Auth0 tenant domain, e.g. your-tenant.eu.auth0.com), AUTH0_CLIENT_ID (Auth0 application client ID), AUTH0_CLIENT_SECRET (Auth0 application client secret), AUTH0_AUDIENCE (Auth0 API audience/identifier), ALLOW_INSECURE_NO_AUTH (Set to true only for local-only testing without Auth0). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Universal Host Manager MCP

same job, measured the same way
YunoHost MCP
by imattau

Nostr-authenticated MCP server for secure YunoHost administration.

19 722 installs/wk local only
Turrior MCP
by turrior-my

Authenticated remote MCP server for Turrior.

answering
SSH
by pulsemcp

MCP server for SSH remote server management with SSH agent authentication support.

41 installs/wk local only
PensionPro
by douglaslinsmeyer

MCP server for the PensionPro pension administration REST API.

79 installs/wk local only
PowerDMARC MCP
by powerdmarc

Remote MCP server bridging AI clients with the PowerDMARC email authentication Platform.

answering
Universal Screenshot MCP
by sethbang

MCP server for web page and cross-platform system screenshots (macOS, Linux, Windows)

101 installs/wk local only
Linux MCP Server
by rhel-lightspeed

MCP server for read-only Linux system administration, diagnostics, and troubleshooting

1 069 installs/wk local only
New Relic MCP Server
by meet-bhalodiya

Secure, self-hosted New Relic observability and administration tools for MCP clients

20 installs/wk local only

Universal Host Manager MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Universal Host Manager MCP?
Universal Host Manager MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package universal-host-manager-mcp.
How do I connect Universal Host Manager MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls universal-host-manager-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Universal Host Manager MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.