MCP Server
MCP
io.github.gentry-ai-bot/contentforge
Content pipeline MCP server — image sourcing, SEO, affiliate links, and CMS publishing.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "contentforge-mcp",
"version": "0.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of your CMS API endpoint",
"isRequired": true,
"format": "string",
"name": "CONTENTFORGE_CMS_URL"
},
{
"description": "API key for your CMS",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CONTENTFORGE_CMS_KEY"
},
{
"description": "Pexels API key for image sourcing",
"format": "string",
"isSecret": true,
"name": "CONTENTFORGE_PEXELS_KEY"
},
{
"description": "Amazon Associates affiliate tag",
"format": "string",
"name": "CONTENTFORGE_AMAZON_TAG"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment