rootpilot ssh diagnose for Grok
io.github.easton-ou/rootpilot-ssh-diagnose
Read-only SSH server diagnostics via a fixed 38-command whitelist; secrets redacted, no write path.
client:Grok
transport:stdio
runtime:npm
Install rootpilot ssh diagnose in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"rootpilot-ssh-diagnose": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rootpilot/mcp-ssh-diagnose"
],
"env": {
"RP_HOSTS": "<RP_HOSTS>",
"RP_PROBE_URL": "<RP_PROBE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs