rootpilot ssh diagnose for Cursor
io.github.easton-ou/rootpilot-ssh-diagnose
Read-only SSH server diagnostics via a fixed 38-command whitelist; secrets redacted, no write path.
client:Cursor
transport:stdio
runtime:npm
Install rootpilot ssh diagnose in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs