Home › Development › rootpilot-mcp
rootpilot-mcp
Read-only SSH server diagnostics via a fixed 38-command whitelist; secrets redacted, no write path.
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/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"rootpilot-mcp": {
"command": "npx",
"args": [
"-y",
"@rootpilot/[email protected]"
],
"env": {
"RP_HOSTS": "<YOUR_VALUE>",
"RP_PROBE_URL": "<YOUR_VALUE>"
}
}
}
}
RP_HOSTSrequired — 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
mcp-ssh-manager
SSH server management for agents, with per-server read-only and allowlist security modes
fauxnix
bash for AI agents on Windows via deterministic bash→PowerShell translation — no WSL, VM, or bash toolchain. MCP `bash` tool with…
hop
SSH connection manager with MCP server for AI-assisted operations across servers.
Servonaut
Manage AWS, Hetzner, OVH and SSH servers: status, logs, CloudWatch, IP bans, safe command exec.
forge
Terminal MCP server for AI coding agents with persistent PTY sessions, ring-buffer incremental reads, headless xterm screen capture,…
pty-mcp
Interactive PTY sessions over MCP: local shells, SSH, serial ports, and persistent remote sessions.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry