Skip to content
Windsurf

SSH MCP Server for Windsurf

io.github.yawlabs/ssh-mcp

MCP server for SSH operations with built-in diagnostics

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": {
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/ssh-mcp"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

SSH MCP Server in other clients