Skip to content
Zed

OpenBrand for Zed

io.github.ethanjyx/openbrand

Extract brand assets (logos, colors, backdrop images, brand name) from any website URL

client:Zed transport:stdio runtime:npm

Install OpenBrand 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": {
    "openbrand": {
      "command": "npx",
      "args": [
        "-y",
        "openbrand-mcp"
      ],
      "env": {
        "OPENBRAND_API_KEY": "<OPENBRAND_API_KEY>"
      }
    }
  }
}

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

OpenBrand in other clients