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
We read the source, 9 h ago · rules 3dff92dd89df
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.
process = subprocess.Popen(
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.
process = subprocess.Popen(
shell=True,
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add universal-host-manager-mcp -- uvx universal-host-manager-mcp
{
"mcpServers": {
"universal-host-manager-mcp": {
"args": [
"universal-host-manager-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.universal-host-manager-mcp]
command = "uvx"
args = ["universal-host-manager-mcp"]
{
"mcpServers": {
"universal-host-manager-mcp": {
"args": [
"universal-host-manager-mcp"
],
"command": "uvx"
}
}
}
{
"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.
Nostr-authenticated MCP server for secure YunoHost administration.
Authenticated remote MCP server for Turrior.
MCP server for SSH remote server management with SSH agent authentication support.
MCP server for the PensionPro pension administration REST API.
Remote MCP server bridging AI clients with the PowerDMARC email authentication Platform.
MCP server for web page and cross-platform system screenshots (macOS, Linux, Windows)
MCP server for read-only Linux system administration, diagnostics, and troubleshooting
Secure, self-hosted New Relic observability and administration tools for MCP clients
Answers built from our own checks of this server.