content-mcp-server
Verified Safeby eagleisbatman
Overview
AI-powered content generation service for Vietnamese farmers, producing weekly podcasts and image articles based on agricultural data.
Installation
npm startEnvironment Variables
- PORT
- CORS_ORIGIN
- DATABASE_URL
- GEMINI_API_KEY
- CLOUDINARY_CLOUD_NAME
- CLOUDINARY_API_KEY
- CLOUDINARY_API_SECRET
- BACKEND_API_URL
Security Notes
No direct 'eval' or obvious command injection vectors found in the provided truncated code. Database interactions leverage parameterized queries, which is good practice against SQL injection. Sensitive API keys and database credentials are expected to be handled via environment variables. Many core AI generation and planning functions are marked as 'TODO', meaning their security will depend heavily on future implementation. The default 'CORS_ORIGIN=*' is broad and should be tightened for production environments.
Similar Servers
pg-aiguide
Provides AI-optimized PostgreSQL expertise, including semantic search over documentation and curated best practices, to assist AI coding tools in generating better PostgreSQL code.
redd-archiver
Archiving and providing AI-optimized access to Reddit-like platform data via a PostgreSQL-backed system and a RESTful API.
postgres-mcp
A PostgreSQL database management and optimization expert system, offering interactive workflows for query analysis, index tuning, health monitoring, backup strategies, and advanced functionalities like vector search and geospatial data management. It helps users understand and improve their PostgreSQL database performance and health.
listenhub-mcp-server
An MCP server for ListenHub, enabling AI-powered podcast and FlowSpeech audio generation within various client applications.