HomeDevelopment › rootpilot-mcp

rootpilot-mcp

Read-only SSH server diagnostics via a fixed 38-command whitelist; secrets redacted, no write path.

TypeScript Local macOSWindowsLinux
★ 1 stars Last pushed 2026-07-13 License: MIT

Topics: Command Line

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.2)

npx -y @rootpilot/mcp-ssh-diagnose@0.1.2

Or add to your MCP client config:

{
  "mcpServers": {
    "rootpilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rootpilot/mcp-ssh-diagnose@0.1.2"
      ],
      "env": {
        "RP_HOSTS": "<YOUR_VALUE>",
        "RP_PROBE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • RP_HOSTS required — Path to your hosts.json (see hosts.example.json in the repo)
  • RP_PROBE_URL — Target URL for the outbound-connectivity / DNS probes (default: https://cloudflare.com)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry