Back to Home
Prakharsahu10 icon

MCP-server

by Prakharsahu10

Overview

This server acts as an AI content creation agent that researches topics, generates high-quality content, and stores it in a PostgreSQL database.

Installation

Run Command
npm start

Environment Variables

  • SMITHERY_API_KEY

Security Notes

The AI agent is explicitly instructed to "use SQL" for database operations, including creating new tables and storing content. This implies that the agent will dynamically generate and execute SQL queries. Without robust input sanitization, strict database permissions, and query validation within the `@inngest/agent-kit` framework or the `smithery.ai` service, this poses a significant risk of SQL injection or other unauthorized database manipulations if the agent can be prompted to generate malicious SQL. The `SMITHERY_API_KEY` is loaded from environment variables, which is a good practice.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassHigh
Avg Tokens7500
Stars0
Forks0
Last Update2026-01-07

Tags

AI AgentContent GenerationDatabase InteractionWeb ResearchAutomation