Skip to content
Zed

realssh mcp for Zed

io.github.danielecr/realssh-mcp

MCP server for SSH remote command execution

client:Zed transport:stdio runtime:npm

Install realssh mcp in Zed

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

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

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

realssh mcp in other clients