Skip to content
Zed

contentforge for Zed

io.github.gentry-ai-bot/contentforge

Content pipeline MCP server — image sourcing, SEO, affiliate links, and CMS publishing.

client:Zed transport:stdio runtime:npm

Install contentforge 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": {
    "contentforge": {
      "command": "npx",
      "args": [
        "-y",
        "contentforge-mcp"
      ],
      "env": {
        "CONTENTFORGE_CMS_URL": "<CONTENTFORGE_CMS_URL>",
        "CONTENTFORGE_CMS_KEY": "<CONTENTFORGE_CMS_KEY>",
        "CONTENTFORGE_PEXELS_KEY": "<CONTENTFORGE_PEXELS_KEY>",
        "CONTENTFORGE_AMAZON_TAG": "<CONTENTFORGE_AMAZON_TAG>"
      }
    }
  }
}

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

contentforge in other clients