Skip to content
Zed

Optibot for Zed

ai.getoptimal/optibot

AI code review for your AI assistant — review local changes, branch diffs, and patch files.

client:Zed transport:stdio runtime:npm

Install Optibot in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "optibot": {
      "command": "npx",
      "args": [
        "-y",
        "@optimalai/optibot-mcp"
      ],
      "env": {
        "OPTIBOT_API_KEY": "<OPTIBOT_API_KEY>"
      }
    }
  }
}

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

Optibot in other clients