Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

VPS Guardian

PYPI · VPS-GUARDIAN-MCP · 2 COMPONENTS · SCANNED SEP 20

Secure SSH bridge for AI agents to observe and safely administer Linux VPSs.

67 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 0 of 34 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency32
Schema Quality & AI Usability79
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 6449 tokens (~63/item across 102 items; 99 tools + 3 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management13
  • Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "deploy_config_change" implies "deploy" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 101 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the VPS Guardian MCP server?

VPS Guardian runs locally as a PyPI package, launched with uvx vps-guardian-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · vps-guardian-mcp

# add to Claude Code
claude mcp add murzirius-vps-guardian-mcp -- uvx vps-guardian-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "murzirius-vps-guardian-mcp": {
      "command": "uvx",
      "args": [
        "vps-guardian-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "murzirius-vps-guardian-mcp": {
      "command": "uvx",
      "args": [
        "vps-guardian-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add murzirius-vps-guardian-mcp -- uvx vps-guardian-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "murzirius-vps-guardian-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "vps-guardian-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add murzirius-vps-guardian-mcp --command uvx --arg vps-guardian-mcp
# ~/.hermes/config.yaml
mcp_servers:
  murzirius-vps-guardian-mcp:
    command: "uvx"
    args: ["vps-guardian-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "murzirius-vps-guardian-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "vps-guardian-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add murzirius-vps-guardian-mcp -t stdio -c uvx -a vps-guardian-mcp
// mcp.json
{
  "mcpServers": {
    "murzirius-vps-guardian-mcp": {
      "command": "uvx",
      "args": [
        "vps-guardian-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 0
    • Tool safety: pass → unverified security
    • Malware scan: pass → unverified security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Stability: unverified → 0.03 functional
    • Package version: 0.19.1 → 0.21.0 functional
    • Package version: 0.19.1 → 0.20.1 functional
  • 16 Sept 26 65

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/vps-guardian-mcp@0.21.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted setuptools.build_meta

Background: Why install scripts are a supply-chain risk →

Dependencies 34 packages
Packages resolved 34
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 99 exposed · ~6,292 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_project_changes ~30

Read Git working-tree changes and diff statistics without modifying the project.

NameTypeReqDescription
project_pathstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

get_recent_server_events ~42

Return a compact timeline of Guardian actions and important journal events.

NameTypeReqDescription
limitinteger
since_minutesinteger
target
NameTypeReqDescription
resultstringyes

No examples provided.

get_resource_alerts ~28

Evaluate active resource watches once and return current threshold alerts.

NameTypeReqDescription
limitinteger
NameTypeReqDescription
resultstringyes

No examples provided.

get_runtime_budget ~25

Show the active low-resource profile and limits VPS-Guardian applies on this host.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

get_safety_status ~25

Return the active safety mode, confirmation policy, TTL, and audit destination.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

get_system_health ~117

Retrieve a complete system health snapshot of the Linux VPS. Returns a JSON string containing: - CPU: overall percentage, per-core breakdown, core counts, 1/5/15m load averages. - RAM & Swap: total, used, available, percentage. - Disk: root partition usage, read/write I/O counters. - Network: sent/received bytes, packets, and error counts. - Uptime: boot timestamp and human-readable duration (e.g. '12d 4h 32m 10s').

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

get_top_processes ~103

Retrieve the top resource-consuming processes running on the VPS. Args: sort_by: Metric to rank processes by ('cpu' or 'memory'). Default: 'cpu'. limit: Number of top processes to return (1 to 50, default: 10). Returns: JSON string listing process PID, name, user, CPU %, RAM %, RSS memory, and command summary.

NameTypeReqDescription
limitinteger
sort_bystring
NameTypeReqDescription
resultstringyes

No examples provided.

get_ufw_status ~48

Inspect the status and active filtering rules of the UFW firewall. Returns: JSON string containing UFW active state, default incoming/outgoing policies, and all active firewall rules.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

get_vps_topology ~58

Map websites, reverse proxies, Compose projects, containers, ports, and databases. The map is read-only and excludes configuration content, environment values, and credentials. Use it before diagnosing an application whose location on the VPS is unknown.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

get_web_deployment_status ~81

Verify one website end to end: public HTTPS response, local Nginx host, and certificate. Returns a single diagnosis identifying whether an issue is public availability, virtual-host configuration, or the matching TLS certificate.

NameTypeReqDescription
domainstringyes
expected_statusinteger
expected_text
pathstring
NameTypeReqDescription
resultstringyes

No examples provided.

get_workload_health ~33

Return concise health, resource, container, and matching SSL state for one workload.

NameTypeReqDescription
targetstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

handoff_agent_session ~48

Leave a concise handoff note so another agent can continue without rediscovery.

NameTypeReqDescription
next_agentstringyes
session_idstringyes
summarystringyes
NameTypeReqDescription
resultstringyes

No examples provided.

inspect_compose_project ~34

Return Docker Compose service topology, images, ports, dependencies, and healthchecks.

NameTypeReqDescription
compose_filestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

inspect_docker_container ~67

Deep inspection of container networks, volume mounts, restart policy, healthcheck, and masked env vars. Args: container_name: Name or short/full ID of the target container. Returns: JSON string detailing full container architecture and runtime state.

NameTypeReqDescription
container_namestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

inspect_project ~33

Inspect an approved project: stack markers, Git branch/commit, and dirty state.

NameTypeReqDescription
project_pathstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

list_agent_sessions ~29

List active shared agent sessions; expired sessions are marked automatically.

NameTypeReqDescription
include_closedboolean
NameTypeReqDescription
resultstringyes

No examples provided.

list_compose_projects ~37

Discover conventional Docker Compose files in an authorized directory tree.

NameTypeReqDescription
max_depthinteger
root_pathstring
NameTypeReqDescription
resultstringyes

No examples provided.

list_cron_jobs ~71

Discover all scheduled cron jobs on the Linux system. Audits /etc/crontab, /etc/cron.d/, /etc/cron.* periodic scripts, and user crontabs. Returns: JSON string containing scheduled jobs with user, schedule expression, human-readable timing explanation, and command.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

list_directory ~113

Inspect file and directory structures within authorized administrative paths. Permitted directories: /etc/nginx/, /etc/mysql/, /etc/postgresql/, /etc/docker/, /etc/caddy/, /var/www/ Args: dir_path: Path to the directory to inspect. max_depth: Exploration depth (1 to 3, default: 1). Returns: JSON string with item list (names, types, sizes, modification dates).

NameTypeReqDescription
dir_pathstringyes
max_depthinteger
NameTypeReqDescription
resultstringyes

No examples provided.

list_docker_containers ~74

List Docker containers with their status, image, port bindings, volumes, and health. Args: all: Set to True to list all containers (running and stopped), False for running only. Returns: JSON string with list of containers, port forwards, and mount mappings.

NameTypeReqDescription
allboolean
NameTypeReqDescription
resultstringyes

No examples provided.

list_maintenance_windows ~30

List active maintenance windows, or include closed and expired history.

NameTypeReqDescription
include_closedboolean
NameTypeReqDescription
resultstringyes

No examples provided.

list_runbook_templates ~23

List command-free agent runbooks built from existing guarded MCP tools.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

list_runbooks ~28

List active agent runbooks, with optional completed history.

NameTypeReqDescription
include_closedboolean
NameTypeReqDescription
resultstringyes

No examples provided.

list_system_snapshots ~28

List stored VPS state snapshots without exposing their collected content.

NameTypeReqDescription
limitinteger
NameTypeReqDescription
resultstringyes

No examples provided.

list_systemd_timers ~46

Audit active and pending systemd timers via 'systemctl list-timers'. Returns: JSON string with timer unit names, next execution time, countdown, and target services.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

list_virtual_hosts ~48

Inspect active Nginx virtual hosts, listening ports, SSL, and reverse proxy targets. Returns: JSON string with parsed virtual hosts from /etc/nginx/sites-enabled/ and conf.d/.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

lock_workload ~45

Reserve a workload briefly so concurrent agents do not make conflicting changes.

NameTypeReqDescription
session_idstringyes
targetstringyes
ttl_minutesinteger
NameTypeReqDescription
resultstringyes

No examples provided.

open_event_watch ~47

Open an expiring workload watch. Use get_event_watch later to retrieve new events.

NameTypeReqDescription
session_id
targetstringyes
ttl_minutesinteger
NameTypeReqDescription
resultstringyes

No examples provided.

plan_config_deployment ~171

Validate and preview an Nginx config or Caddyfile deployment. The candidate is staged outside the live path, syntax-checked, and shown as a bounded unified diff. No live configuration is modified. Nginx configs under /etc/nginx and Caddyfiles under /etc/caddy are supported. Args: file_path: Target config path under /etc/nginx or /etc/caddy. content: Complete proposed UTF-8 configuration (at most 200,000 bytes). service_name: Optional matching service name (nginx or caddy). Returns: JSON plan with validation output, diff, expiry, and a confirmation token in controlled mode.

NameTypeReqDescription
contentstringyes
file_pathstringyes
service_name
NameTypeReqDescription
resultstringyes

No examples provided.

prepare_repair_plan ~28

Create an evidence-backed repair plan without changing the VPS.

NameTypeReqDescription
targetstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

preview_change_set ~33

Show secret-redacted diffs and request one confirmation for a ChangeSet.

NameTypeReqDescription
change_set_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

preview_project_patch ~32

Show secret-redacted source diff and obtain one confirmation token for a patch.

NameTypeReqDescription
patch_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

read_project_file ~50

Read one non-binary project file without following symlinks; redact common secrets.

NameTypeReqDescription
max_bytesinteger
project_pathstringyes
relative_pathstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

read_service_logs ~138

Safely fetch and optionally filter recent log lines for a service or Docker container. Args: service_name: Target unit (e.g. 'nginx', 'systemd:cron', 'docker:my_container'). lines_count: Number of recent lines to retrieve (default: 50, maximum: 1000). grep_filter: Optional case-insensitive keyword to filter lines (e.g. 'ERROR', '403', 'denied'). Returns: JSON string containing the extracted log lines and matching statistics.

NameTypeReqDescription
grep_filter
lines_countinteger
service_namestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

record_session_finding ~48

Save one bounded, secret-redacted finding or decision to an active agent session.

NameTypeReqDescription
kindstring
session_idstringyes
summarystringyes
NameTypeReqDescription
resultstringyes

No examples provided.

run_project_checks ~39

Run only fixed safe checks: Git whitespace validation or bounded Python syntax parsing.

NameTypeReqDescription
checkstring
project_pathstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

search_project_code ~46

Bounded literal code search with ignored dependency folders and redacted output.

NameTypeReqDescription
max_matchesinteger
project_pathstringyes
querystringyes
NameTypeReqDescription
resultstringyes

No examples provided.

set_web_file_mode ~79

Set a safe web-readable mode (0644 or 0640) for a static file under /var/www. The content is untouched; arbitrary chmod modes and paths outside /var/www are rejected. Controlled mode requires a confirmation token.

NameTypeReqDescription
confirmation_token
file_pathstringyes
modestring
NameTypeReqDescription
resultstringyes

No examples provided.

stage_file_change ~47

Stage one Nginx configuration change; content is not applied yet.

NameTypeReqDescription
change_set_idstringyes
contentstringyes
file_pathstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

stage_project_file_change ~47

Stage one source-file replacement in an active project patch without applying it.

NameTypeReqDescription
contentstringyes
patch_idstringyes
relative_pathstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

start_agent_session ~46

Create an expiring, secret-safe shared task context for agents working on this VPS.

NameTypeReqDescription
target
titlestringyes
ttl_minutesinteger
NameTypeReqDescription
resultstringyes

No examples provided.

start_runbook ~50

Open a bounded agent runbook; it never runs commands or bypasses confirmation.

NameTypeReqDescription
session_id
target
templatestringyes
titlestring
NameTypeReqDescription
resultstringyes

No examples provided.

test_network_connectivity ~149

Benchmark outbound network connectivity and latency using direct Python sockets. Measures DNS resolution latency, TCP handshake time, and TLS handshake latency without shell ping. Args: target_host: Destination hostname or IP address (e.g. 'api.github.com' or '8.8.8.8'). port: Destination port (1-65535, default 443). timeout_seconds: Network socket timeout (0.5 to 30.0 seconds, default 5.0). Returns: JSON string with stage latency breakdown, resolved IP addresses, and TLS session details.

NameTypeReqDescription
portinteger
target_hoststringyes
timeout_secondsnumber
NameTypeReqDescription
resultstringyes

No examples provided.

test_nginx_config ~45

Test Nginx configuration for syntax errors ('nginx -t') without reloading. Returns: JSON string indicating syntax validity, exit code, and syntax error messages.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

update_runbook_step ~55

Record the outcome of one runbook step after its separate guarded tool call.

NameTypeReqDescription
notestring
run_idstringyes
statusstringyes
step_idintegeryes
NameTypeReqDescription
resultstringyes

No examples provided.

verify_backup ~49

Verify a Guardian tar.gz archive without extracting it. Only regular archives within the isolated Guardian backup directory are accepted. Very large member counts return a bounded partial result.

NameTypeReqDescription
archive_pathstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

view_file_content ~132

Safely read the content of an authorized configuration or web file. Permitted directories: /etc/nginx/, /etc/mysql/, /etc/postgresql/, /etc/docker/, /etc/caddy/, /var/www/ Strictly protected against path traversal attacks. Args: file_path: Canonical path or relative path to the configuration file. max_bytes: Maximum bytes to return (default: 50,000, capped at 200,000). Returns: JSON string with file content, size, and modification timestamp.

NameTypeReqDescription
file_pathstringyes
max_bytesinteger
NameTypeReqDescription
resultstringyes

No examples provided.

watch_resource_threshold ~74

Create an expiring CPU, memory, swap, or disk threshold watch. The watch has no background worker. Call get_resource_alerts to evaluate it on demand, which is safe for small VPS instances.

NameTypeReqDescription
metricstringyes
threshold_percentnumberyes
ttl_minutesinteger
NameTypeReqDescription
resultstringyes

No examples provided.

write_file_content ~156

Atomically write or update a configuration file within authorized directories. Creates an automatic timestamped backup (.bak.<timestamp>) before overwriting. Permitted directories: /etc/nginx/, /etc/mysql/, /etc/postgresql/, /etc/docker/, /etc/caddy/, /var/www/ Args: file_path: Path to the target configuration file. content: Text content to write. backup: Create a backup file before writing (default: True). confirmation_token: Single-use token returned by the preceding plan call. Returns: JSON string indicating write status and backup location.

NameTypeReqDescription
backupboolean
confirmation_token
contentstringyes
file_pathstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

Common questions

What is the VPS Guardian MCP server?

VPS Guardian is an MCP server listed in the public MCP registry as io.github.murzirius/vps-guardian-mcp. Secure SSH bridge for AI agents to observe and safely administer Linux VPSs. This page covers its PyPI package (vps-guardian-mcp).

Is the VPS Guardian MCP server safe to use?

VPS Guardian scores 67 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the VPS Guardian MCP server expose?

VPS Guardian exposes 99 tools: get_system_health, get_top_processes, check_service_status, get_failed_systemd_units, read_service_logs, and 94 more. Their descriptions and schemas cost roughly 6,292 tokens of context every time the server is loaded.

Is the VPS Guardian MCP server still maintained?

VPS Guardian is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.