Skip to content
Zed

safe ssh mcp for Zed

io.github.areso/safe-ssh-mcp

A secured scoped SSH MCP server for executing safe read-only diagnostic DevOps / SysOps commands

client:Zed transport:stdio runtime:pypi

Install safe ssh mcp in Zed

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

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

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

safe ssh mcp in other clients