Skip to content
Zed

SuperCMO for Zed

io.github.supercmohq/supercmo

Marketing media generation — image, video, voice — for AI agents. BYO keys.

client:Zed transport:stdio runtime:pypi

Install SuperCMO 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": {
    "supercmo": {
      "command": "uvx",
      "args": [
        "supercmo-skills"
      ],
      "env": {
        "WAVESPEED_API_KEY": "<WAVESPEED_API_KEY>",
        "FAL_KEY": "<FAL_KEY>",
        "ELEVENLABS_API_KEY": "<ELEVENLABS_API_KEY>",
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "FIRECRAWL_API_KEY": "<FIRECRAWL_API_KEY>",
        "SCRAPECREATORS_API_KEY": "<SCRAPECREATORS_API_KEY>"
      }
    }
  }
}

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

SuperCMO in other clients