Skip to content
Zed

SSH MCP Server for Zed

io.github.yawlabs/ssh-mcp

MCP server for SSH operations with built-in diagnostics

client:Zed transport:stdio runtime:npm

Install SSH MCP Server in Zed

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

{
  "context_servers": {
    "ssh-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/ssh-mcp"
      ]
    }
  }
}

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

SSH MCP Server in other clients