SSH MCP Server for Windsurf
io.github.hypnosis/ssh-mcp-server
Modern SSH for AI agents — cloud servers to BusyBox routers, with destructive commands blocked.
client:Windsurf
transport:stdio
runtime:npm
Install SSH MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"ssh-mcp-server": {
"command": "npx",
"args": [
"-y",
"@hypnosis/ssh-mcp-server"
],
"env": {
"SSH_PROFILES_FILE": "<SSH_PROFILES_FILE>",
"SSH_MCP_LOG_LEVEL": "<SSH_MCP_LOG_LEVEL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs