Skip to content
Zed

ssh-mcp-pro for Zed

io.github.oaslananka/ssh-mcp-pro

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

client:Zed transport:stdio runtime:npm

Install ssh-mcp-pro in Zed

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

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

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

ssh-mcp-pro in other clients