← Back to Plugins
MCP Server MCP

io.github.Easton-OU/rootpilot-ssh-diagnose

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @rootpilot/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@rootpilot/mcp-ssh-diagnose",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to your hosts.json (see hosts.example.json in the repo)",
          "isRequired": true,
          "name": "RP_HOSTS"
        },
        {
          "description": "Target URL for the outbound-connectivity / DNS probes (default: https://cloudflare.com)",
          "name": "RP_PROBE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...