Read-only SSH server diagnostics via a fixed 38-command whitelist; secrets redacted, no write path.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @rootpilot/mcp-ssh-diagnose
MCP client config
{
"mcpServers": {
"rootpilot-mcp": {
"command": "npx",
"args": [
"-y",
"@rootpilot/mcp-ssh-diagnose"
]
}
}
}