Skip to content
Grok

contentforge for Grok

io.github.gentry-ai-bot/contentforge

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

client:Grok transport:stdio runtime:npm

Install contentforge in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "contentforge": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

contentforge in other clients