Skip to content

ssh client mcp server for Zed

io.github.jordanburke/ssh-client-mcp-server

MCP server for executing shell commands on remote hosts via SSH.

client:Zed transport:stdio runtime:npm

Install ssh client mcp server in Zed

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

{
  "context_servers": {
    "ssh-client-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ssh-client-mcp-server"
      ]
    }
  }
}

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

ssh client mcp server in other clients