9 days ago
Server Config
{
"mcpServers": {
"content-factory": {
"command": "npx",
"args": [
"-y",
"content-factory-mcp"
],
"env": {
"TELEGRAM_BOT_TOKEN": "<YOUR_TOKEN>",
"TELEGRAM_CHAT_ID": "@your_channel",
"GEMINI_API_KEY": "<YOUR_KEY>"
}
}
}
}