Read-only SSH server diagnostics via a fixed 38-command whitelist; secrets redacted, no write path.
claude mcp add rootpilot-ssh-diagnose -- npx -y @rootpilot/mcp-ssh-diagnose
claude_desktop_config.json
{
"mcpServers": {
"rootpilot-ssh-diagnose": {
"command": "npx",
"args": [
"-y",
"@rootpilot/mcp-ssh-diagnose"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"rootpilot-ssh-diagnose": {
"command": "npx",
"args": [
"-y",
"@rootpilot/mcp-ssh-diagnose"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"rootpilot-ssh-diagnose": {
"command": "npx",
"args": [
"-y",
"@rootpilot/mcp-ssh-diagnose"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"rootpilot-ssh-diagnose": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rootpilot/mcp-ssh-diagnose"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"rootpilot-ssh-diagnose": {
"command": "npx",
"args": [
"-y",
"@rootpilot/mcp-ssh-diagnose"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Easton-OU--rootpilot-ssh-diagnose/reviews or the review_server meta-tool.
POST /mcp