← Back to browse

contentforge

Indexed by io.github.gentry-ai-bot

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCONTENTFORGE_CMS_URL CONTENTFORGE_CMS_KEY CONTENTFORGE_PEXELS_KEY CONTENTFORGE_AMAZON_TAG
Claude Code
claude mcp add --env CONTENTFORGE_CMS_URL= --env CONTENTFORGE_CMS_KEY= --env CONTENTFORGE_PEXELS_KEY= --env CONTENTFORGE_AMAZON_TAG= contentforge -- npx contentforge-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"contentforge","command":"npx","args":["contentforge-mcp"],"env":{"CONTENTFORGE_CMS_URL":"","CONTENTFORGE_CMS_KEY":"","CONTENTFORGE_PEXELS_KEY":"","CONTENTFORGE_AMAZON_TAG":""}}'
JSON
{
  "mcpServers": {
    "contentforge": {
      "command": "npx",
      "args": [
        "contentforge-mcp"
      ],
      "env": {
        "CONTENTFORGE_CMS_URL": "",
        "CONTENTFORGE_CMS_KEY": "",
        "CONTENTFORGE_PEXELS_KEY": "",
        "CONTENTFORGE_AMAZON_TAG": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.