
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
contentforge-mcp
Advanced tools
Content pipeline MCP server — topic research, image sourcing, SEO metadata, affiliate links, and CMS publishing
Content pipeline MCP server — from topic research to published article in one workflow.
ContentForge is a Model Context Protocol (MCP) server that provides AI agents and LLM clients with tools for the full content creation pipeline: topic research → image sourcing → SEO metadata → affiliate link enrichment → CMS publishing.
| Tool | Description |
|---|---|
list_sites | List all available sites and their categories from the CMS |
source_images | Search for stock images on Pexels (URLs, alt text, photographer credit) |
seo_metadata | Generate SEO metadata: slug, meta description, schema.org markup, internal link suggestions |
enrich_links | Scan article content for Amazon product URLs and add affiliate tags |
publish_article | Publish a complete article to the CMS (with auto-categorization and tag support) |
get_existing_articles | Retrieve existing articles from a site (for internal linking and dedup) |
npx @gentry-ai-bot/contentforge --stdio
Connect to the hosted instance:
https://bubbly-optimism-production.up.railway.app/ssehttps://bubbly-optimism-production.up.railway.app/messageshttps://bubbly-optimism-production.up.railway.app/healthRequires an API key via the x-api-key header.
Add to your claude_desktop_config.json:
Stdio mode (local):
{
"mcpServers": {
"contentforge": {
"command": "npx",
"args": ["@gentry-ai-bot/contentforge", "--stdio"],
"env": {
"CONTENTFORGE_CMS_URL": "https://your-cms-api.example.com",
"CONTENTFORGE_CMS_KEY": "your-cms-api-key",
"CONTENTFORGE_PEXELS_KEY": "your-pexels-api-key",
"CONTENTFORGE_AMAZON_TAG": "your-affiliate-tag"
}
}
}
}
Hosted mode (SSE):
{
"mcpServers": {
"contentforge": {
"url": "https://bubbly-optimism-production.up.railway.app/sse",
"headers": {
"x-api-key": "your-api-key"
}
}
}
}
Any MCP-compatible client can connect via:
npx @gentry-ai-bot/contentforge --stdio as a subprocess/sse endpoint with an x-api-key header| Variable | Required | Description |
|---|---|---|
CONTENTFORGE_CMS_URL | Yes (stdio) | CMS API base URL |
CONTENTFORGE_CMS_KEY | Yes (stdio) | CMS API key |
CONTENTFORGE_PEXELS_KEY | Yes | Pexels API key for image sourcing |
CONTENTFORGE_AMAZON_TAG | No | Amazon affiliate tag (default: pickwise05-20) |
CONTENTFORGE_API_KEY | No | API key for hosted mode authentication |
PORT | No | HTTP server port (default: 3000) |
x-api-key HTTP header on both /sse and /messages endpointslist_sites and get_existing_articles to understand what content existssource_images to find relevant stock photography from Pexelsseo_metadata to generate slugs, meta descriptions, and schema.org markupenrich_links to automatically add affiliate tags to product linkspublish_article to push the finished article to your CMSMIT
FAQs
Content pipeline MCP server — topic research, image sourcing, SEO metadata, affiliate links, and CMS publishing
We found that contentforge-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.