Skip to content
Zed

mcp sudo for Zed

io.github.kamarusama/mcp-sudo

Run sudo commands with a Fernet-encrypted password bound to machine-id + user.

client:Zed transport:stdio runtime:pypi

Install mcp sudo in Zed

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

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

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

mcp sudo in other clients