Skip to content
Cursor

contentforge for Cursor

io.github.gentry-ai-bot/contentforge

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

client:Cursor transport:stdio runtime:npm

Install contentforge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

contentforge in other clients