Skip to content
Windsurf

ssh-mcp for Windsurf

io.github.gelse/ssh-mcp

MCP gateway for controlled SSH access with per-client auth, command policies, and audit logging.

client:Windsurf transport:stdio runtime:oci

Install ssh-mcp 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": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/gelse/ssh-mcp:0.3.0"
      ],
      "env": {
        "CONFIG_DIR": "<CONFIG_DIR>",
        "LOG_DIR": "<LOG_DIR>",
        "CONFIG_API_ENABLED": "<CONFIG_API_ENABLED>",
        "CONFIG_API_TOKEN": "<CONFIG_API_TOKEN>"
      }
    }
  }
}

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

ssh-mcp in other clients