mcpbeat Sign in

VPS Ops MCP Server

by koller-nexus Your server? Claim it
local only

VPS Ops runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Stdio MCP server that inspects and (with confirmation) mutates one VPS over SSH.

Installs / week
npm · @koller-nexus/vps-ops-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Shell

Nothing serious here today

Today is the operative word: we check VPS Ops every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 vps-ops-mcp -- npx -y @koller-nexus/vps-ops-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vps-ops-mcp": {
      "args": [
        "-y",
        "@koller-nexus/vps-ops-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vps-ops-mcp]
command = "npx"
args = ["-y", "@koller-nexus/vps-ops-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vps-ops-mcp": {
      "args": [
        "-y",
        "@koller-nexus/vps-ops-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vps-ops-mcp": {
      "args": [
        "-y",
        "@koller-nexus/vps-ops-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VPS_SSH_KEY_PATH (Absolute path to a readable SSH private key), VPS_HOST (SSH hostname of the single target VPS), VPS_USER (SSH username), VPS_PORT (SSH port), VPS_COMPOSE_DIR (Absolute Compose directory on the remote host), VPS_COMMAND_TIMEOUT_MS (Remote command timeout in milliseconds), VPS_LOG_MAX_BYTES (Stdout/stderr byte cap for remote commands), VPS_ALLOW_MUTATIONS (Set false to reject every mutation tool), VPS_SSH_KEY_PASSPHRASE (Optional key passphrase; prefer ssh-agent instead). The author declared them in the registry entry; get the values from the project itself.

Alternatives to VPS Ops

same job, measured the same way
SMTP
by ni-c

MCP server that sends mail over SMTP, gated behind an allowlist and a human confirmation

46 installs/wk local only
SSH MCP Tool
by oaslananka

Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.

local only
ssh-mcp-pro
by oaslananka

Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.

39 installs/wk local only
Ra Pay
by rapay

Send fiat payments via MCP with two-step confirmation and Stripe Connect.

31 installs/wk local only
Weather Server Python
by lxchst

An MCP server that provides weather information

61 installs/wk local only
Weather
by yuv24793

An MCP server that provides weather information.

30 installs/wk local only
AWS CLI MCP Server
by musaddiq-dev

Python MCP server for AWS CLI inspection and operations

71 installs/wk local only
P4mcp Server
by hjain-perforce

Perforce P4 MCP Server is a MCP server that integrates with the Perforce P4 version control system.

local only

VPS Ops — questions

Answers built from our own checks of this server.

Why is there no uptime for VPS Ops?
VPS Ops 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 npm package @koller-nexus/vps-ops-mcp.
How do I connect VPS Ops?
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 @koller-nexus/vps-ops-mcp straight from npm; nothing to host, nothing to sign up for.
Is VPS Ops open source?
Yes — it is published under the MIT licence, written in Shell and 0 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.