contentforge for Gemini CLI
io.github.gentry-ai-bot/contentforge
Content pipeline MCP server — image sourcing, SEO, affiliate links, and CMS publishing.
client:Gemini CLI
transport:stdio
runtime:npm
Install contentforge in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs