Skip to content
Zed

Macbeth for Zed

io.github.wende/macbeth

Open-source computer use for macOS agents.

client:Zed transport:stdio runtime:npm

Install Macbeth in Zed

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

{
  "context_servers": {
    "macbeth": {
      "command": "npx",
      "args": [
        "-y",
        "macbeth"
      ]
    }
  }
}

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

Macbeth in other clients