Skip to content
Zed

ssh-mcp for Zed

io.github.gelse/ssh-mcp

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

client:Zed transport:stdio runtime:oci

Install ssh-mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ssh-mcp in other clients