MCP SSH Server: 37 tools for remote SSH management | Claude Code & OpenAI Codex | DevOps automation, backups, database operations, health monitoring
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-ssh-manager": {
"command": "npx",
"args": [
"-y",
"bvisible/mcp-ssh-manager"
]
}
}
}
Run in terminal:
claude mcp add mcp-ssh-manager npx -y bvisible/mcp-ssh-manager
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-ssh-manager": {
"command": "npx",
"args": [
"-y",
"bvisible/mcp-ssh-manager"
]
}
}
}