Ops Guard MCP
Related Servers
Alternatives to Ops Guard MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI tools to securely inspect remote servers by listing directories, reading configuration files, and performing authorized actions through permission controls, human-in-the-loop approvals, and audit logging. It acts as a bastion that never reveals raw SSH credentials or root passwords to the model.1MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to manage remote servers via SSH, including command execution, multi-host batch operations, SFTP file transfer, background job handling, DevOps diagnostics, port tunneling, and safety guardrails like high-risk command blocking and read-only mode.MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to safely explore and diagnose remote servers by providing a read-only sandbox with controlled access to files, logs, Docker, and databases. It exposes MCP tools that allow natural-language investigation and direct command execution without write permissions.3-
- AlicenseAqualityBmaintenanceEnables AI agents to securely connect to and manage remote servers via SSH, with tools for running commands, file operations, log inspection, service management, and system monitoring under configurable access controls and audit logging.1235 npmMIT
- AlicenseBqualityAmaintenanceProvides policy-driven, auditable SSH access to server fleets for AI assistants with zero-trust security controls, command whitelisting, and comprehensive audit logging to safely manage infrastructure.1327Apache 2.0
- AlicenseBqualityBmaintenanceEnables AI tools to perform server operations such as log inspection, system monitoring, code management, Nginx and certificate management, with support for local and remote SSH modes and built-in security controls.2372 npmMIT
TDQS
Scored across 7 tools
Each tool targets a distinct operation: host listing, command submission, script staging, request status lookup, pending approval listing, approved execution, and audit reading. Although command and script submission both initiate approval flows, their artifact types and lifecycle stages are clearly separated.
All tools use the ops_ prefix and snake_case, which is highly consistent. Some names are verb_noun (ops_list_hosts, ops_run_command) while others are noun phrases (ops_pending_approvals, ops_audit_tail), but the pattern remains readable.
Seven tools are well-scoped for a guarded remote execution service with approval and audit requirements. Each tool clearly earns its place without redundancy or excessive breadth.
The surface covers host discovery, command/script submission, approval status, pending approvals, approved execution, and audit history. Minor gaps exist, such as no explicit cancel or revoke operation for pending requests, but core workflows are supported.