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.
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.
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 vps-ops-mcp -- npx -y @koller-nexus/vps-ops-mcp
{
"mcpServers": {
"vps-ops-mcp": {
"args": [
"-y",
"@koller-nexus/vps-ops-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.vps-ops-mcp]
command = "npx"
args = ["-y", "@koller-nexus/vps-ops-mcp"]
{
"mcpServers": {
"vps-ops-mcp": {
"args": [
"-y",
"@koller-nexus/vps-ops-mcp"
],
"command": "npx"
}
}
}
{
"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.
MCP server that sends mail over SMTP, gated behind an allowlist and a human confirmation
Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.
Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.
Send fiat payments via MCP with two-step confirmation and Stripe Connect.
An MCP server that provides weather information
An MCP server that provides weather information.
Python MCP server for AWS CLI inspection and operations
Perforce P4 MCP Server is a MCP server that integrates with the Perforce P4 version control system.
Answers built from our own checks of this server.