Skip to content
Zed

SSH MCP Tool for Zed

io.github.oaslananka/mcp-ssh-tool

Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.

client:Zed transport:stdio runtime:npm

Install SSH MCP Tool in Zed

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

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

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

SSH MCP Tool in other clients