Skip to content
Zed

SSH Nexus for Zed

io.github.quwentao2005/ssh-nexus

MCP server and web terminal for shared SSH sessions and reusable command sets.

client:Zed transport:stdio runtime:pypi

Install SSH Nexus in Zed

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

{
  "context_servers": {
    "ssh-nexus": {
      "command": "uvx",
      "args": [
        "ssh-nexus"
      ]
    }
  }
}

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

SSH Nexus in other clients