VPS Guardian
PYPI · VPS-GUARDIAN-MCP · 2 COMPONENTS · SCANNED SEP 20
Secure SSH bridge for AI agents to observe and safely administer Linux VPSs.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 2 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add murzirius-vps-guardian-mcp -- uvx vps-guardian-mcp
{
"mcpServers": {
"murzirius-vps-guardian-mcp": {
"command": "uvx",
"args": [
"vps-guardian-mcp"
]
}
}
} {
"servers": {
"murzirius-vps-guardian-mcp": {
"command": "uvx",
"args": [
"vps-guardian-mcp"
]
}
}
} codex mcp add murzirius-vps-guardian-mcp -- uvx vps-guardian-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"murzirius-vps-guardian-mcp": {
"type": "local",
"command": [
"uvx",
"vps-guardian-mcp"
],
"enabled": true
}
}
} openclaw mcp add murzirius-vps-guardian-mcp --command uvx --arg vps-guardian-mcp
mcp_servers:
murzirius-vps-guardian-mcp:
command: "uvx"
args: ["vps-guardian-mcp"] {
"McpServers": {
"murzirius-vps-guardian-mcp": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"vps-guardian-mcp"
]
}
}
} assistant mcp add murzirius-vps-guardian-mcp -t stdio -c uvx -a vps-guardian-mcp
{
"mcpServers": {
"murzirius-vps-guardian-mcp": {
"command": "uvx",
"args": [
"vps-guardian-mcp"
]
}
}
} 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.
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 →
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 →
get_project_changes ~30
Read Git working-tree changes and diff statistics without modifying the project.
| Name | Type | Req | Description |
|---|---|---|---|
| project_path | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_recent_server_events ~42
Return a compact timeline of Guardian actions and important journal events.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| since_minutes | integer | – | – |
| target | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_resource_alerts ~28
Evaluate active resource watches once and return current threshold alerts.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| sort_by | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | – |
| expected_status | integer | – | – |
| expected_text | – | – | – |
| path | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_workload_health ~33
Return concise health, resource, container, and matching SSL state for one workload.
| Name | Type | Req | Description |
|---|---|---|---|
| target | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
handoff_agent_session ~48
Leave a concise handoff note so another agent can continue without rediscovery.
| Name | Type | Req | Description |
|---|---|---|---|
| next_agent | string | yes | – |
| session_id | string | yes | – |
| summary | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
inspect_compose_project ~34
Return Docker Compose service topology, images, ports, dependencies, and healthchecks.
| Name | Type | Req | Description |
|---|---|---|---|
| compose_file | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| container_name | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
inspect_project ~33
Inspect an approved project: stack markers, Git branch/commit, and dirty state.
| Name | Type | Req | Description |
|---|---|---|---|
| project_path | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
list_agent_sessions ~29
List active shared agent sessions; expired sessions are marked automatically.
| Name | Type | Req | Description |
|---|---|---|---|
| include_closed | boolean | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
list_compose_projects ~37
Discover conventional Docker Compose files in an authorized directory tree.
| Name | Type | Req | Description |
|---|---|---|---|
| max_depth | integer | – | – |
| root_path | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| dir_path | string | yes | – |
| max_depth | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| all | boolean | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
list_maintenance_windows ~30
List active maintenance windows, or include closed and expired history.
| Name | Type | Req | Description |
|---|---|---|---|
| include_closed | boolean | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
list_runbooks ~28
List active agent runbooks, with optional completed history.
| Name | Type | Req | Description |
|---|---|---|---|
| include_closed | boolean | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
list_system_snapshots ~28
List stored VPS state snapshots without exposing their collected content.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
lock_workload ~45
Reserve a workload briefly so concurrent agents do not make conflicting changes.
| Name | Type | Req | Description |
|---|---|---|---|
| session_id | string | yes | – |
| target | string | yes | – |
| ttl_minutes | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
open_event_watch ~47
Open an expiring workload watch. Use get_event_watch later to retrieve new events.
| Name | Type | Req | Description |
|---|---|---|---|
| session_id | – | – | – |
| target | string | yes | – |
| ttl_minutes | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | – |
| file_path | string | yes | – |
| service_name | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
prepare_repair_plan ~28
Create an evidence-backed repair plan without changing the VPS.
| Name | Type | Req | Description |
|---|---|---|---|
| target | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
preview_change_set ~33
Show secret-redacted diffs and request one confirmation for a ChangeSet.
| Name | Type | Req | Description |
|---|---|---|---|
| change_set_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
preview_project_patch ~32
Show secret-redacted source diff and obtain one confirmation token for a patch.
| Name | Type | Req | Description |
|---|---|---|---|
| patch_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
read_project_file ~50
Read one non-binary project file without following symlinks; redact common secrets.
| Name | Type | Req | Description |
|---|---|---|---|
| max_bytes | integer | – | – |
| project_path | string | yes | – |
| relative_path | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| grep_filter | – | – | – |
| lines_count | integer | – | – |
| service_name | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
record_session_finding ~48
Save one bounded, secret-redacted finding or decision to an active agent session.
| Name | Type | Req | Description |
|---|---|---|---|
| kind | string | – | – |
| session_id | string | yes | – |
| summary | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
run_project_checks ~39
Run only fixed safe checks: Git whitespace validation or bounded Python syntax parsing.
| Name | Type | Req | Description |
|---|---|---|---|
| check | string | – | – |
| project_path | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
search_project_code ~46
Bounded literal code search with ignored dependency folders and redacted output.
| Name | Type | Req | Description |
|---|---|---|---|
| max_matches | integer | – | – |
| project_path | string | yes | – |
| query | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmation_token | – | – | – |
| file_path | string | yes | – |
| mode | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
stage_file_change ~47
Stage one Nginx configuration change; content is not applied yet.
| Name | Type | Req | Description |
|---|---|---|---|
| change_set_id | string | yes | – |
| content | string | yes | – |
| file_path | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
stage_project_file_change ~47
Stage one source-file replacement in an active project patch without applying it.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | – |
| patch_id | string | yes | – |
| relative_path | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
start_agent_session ~46
Create an expiring, secret-safe shared task context for agents working on this VPS.
| Name | Type | Req | Description |
|---|---|---|---|
| target | – | – | – |
| title | string | yes | – |
| ttl_minutes | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
start_runbook ~50
Open a bounded agent runbook; it never runs commands or bypasses confirmation.
| Name | Type | Req | Description |
|---|---|---|---|
| session_id | – | – | – |
| target | – | – | – |
| template | string | yes | – |
| title | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| port | integer | – | – |
| target_host | string | yes | – |
| timeout_seconds | number | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
update_runbook_step ~55
Record the outcome of one runbook step after its separate guarded tool call.
| Name | Type | Req | Description |
|---|---|---|---|
| note | string | – | – |
| run_id | string | yes | – |
| status | string | yes | – |
| step_id | integer | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| archive_path | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | – |
| max_bytes | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| metric | string | yes | – |
| threshold_percent | number | yes | – |
| ttl_minutes | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| backup | boolean | – | – |
| confirmation_token | – | – | – |
| content | string | yes | – |
| file_path | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
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.