Skip to content
Zed

media forge for Zed

io.github.pavelguzenfeld/media-forge

MCP server for generating diagrams, charts, presentations, and animations for Markdown documentation

client:Zed transport:stdio runtime:npm

Install media forge in Zed

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

{
  "context_servers": {
    "media-forge": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-media-forge"
      ]
    }
  }
}

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

media forge in other clients