Odel
rootpilot mcp

rootpilot mcp

Local
@easton-ou1TypeScriptMITUpdated 1mo ago

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).

npm@rootpilot/mcp-ssh-diagnosev0.1.2

Run

npx -y @rootpilot/mcp-ssh-diagnose

MCP client config

{
  "mcpServers": {
    "rootpilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rootpilot/mcp-ssh-diagnose"
      ]
    }
  }
}