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
{
"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