← Index

io.github.gentry-ai-bot/contentforge

io.github.gentry-ai-bot/contentforge·v1.0.0·Image, Video & Audio
Quality Score
82
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "contentforge": {
      "command": "npx",
      "args": [
        "-y",
        "contentforge-mcp"
      ],
      "env": {
        "CONTENTFORGE_CMS_URL": "<contentforge_cms_url>",
        "CONTENTFORGE_CMS_KEY": "<your-contentforge_cms_key>",
        "CONTENTFORGE_PEXELS_KEY": "<your-contentforge_pexels_key>",
        "CONTENTFORGE_AMAZON_TAG": "<contentforge_amazon_tag>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "contentforge": {
      "command": "npx",
      "args": [
        "-y",
        "contentforge-mcp"
      ],
      "env": {
        "CONTENTFORGE_CMS_URL": "<contentforge_cms_url>",
        "CONTENTFORGE_CMS_KEY": "<your-contentforge_cms_key>",
        "CONTENTFORGE_PEXELS_KEY": "<your-contentforge_pexels_key>",
        "CONTENTFORGE_AMAZON_TAG": "<contentforge_amazon_tag>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y contentforge-mcp
§02  Environment variables
CONTENTFORGE_CMS_URL
required

URL of your CMS API endpoint

CONTENTFORGE_CMS_KEY
requiredsecret

API key for your CMS

CONTENTFORGE_PEXELS_KEY
secret

Pexels API key for image sourcing

CONTENTFORGE_AMAZON_TAG

Amazon Associates affiliate tag

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Image, Video & Audio