Skip to content
Zed

Hex SSH for Zed

io.github.levnikolaevich/hex-ssh-mcp

Token-efficient SSH MCP with hash-verified files and persistent tmux sessions. 14 tools.

client:Zed transport:stdio runtime:npm

Install Hex SSH in Zed

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

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

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

Hex SSH in other clients