Skip to content
Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

SSH MCP Server in other clients