Prompt Gen Mcp
@prompt-gen-mcp
About Prompt Gen Mcp
Transform simple questions into comprehensive, context-aware prompts
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"prompt-gen": {
"command": "python",
"args": [
"/full/path/to/prompt-gen-mcp/src/prompt_gen_mcp/server.py"
],
"env": {
"GROQ_API_KEY": "gsk_your_groq_api_key_here",
"TAVILY_API_KEY": "tvly_your_tavily_api_key_here",
"PROMPTGEN_API_KEY": "pg_sk_your_promptgen_api_key_here"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Prompt Gen Mcp?
Prompt Gen Mcp is a local MCP server that transforms simple questions into comprehensive, context-aware prompts by combining advanced prompt engineering techniques from the PromptGen API with local code context. It is designed for developers using the Cursor IDE who want to create deeply structured prompts that leverage their actual codebase.
How to use Prompt Gen Mcp?
Install dependencies (pip install mcp sentence-transformers httpx groq), obtain API keys (PromptGen, GROQ, Tavily), configure Cursor’s MCP settings file with the server command and environment variables, then restart Cursor. Once running, press Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows/Linux) and invoke the MCP: enhance_prompt command with your question.
Key features of Prompt Gen Mcp
- Local code context scanning (100% private, code never leaves your machine)
- AI-powered selection of optimal prompt engineering techniques
- Structured enhanced output with relevance scoring and code examples
- Integration with Cursor IDE via true MCP architecture
- Fallback support for offline operation
Use cases of Prompt Gen Mcp
- Obtain structured optimization analysis with snippets from your own project
- Receive comprehensive architecture comparisons grounded in your codebase
- Get systematic debugging approaches that include relevant code context
- Learn new concepts with examples drawn from your actual project files
FAQ from Prompt Gen Mcp
What dependencies does Prompt Gen Mcp require?
It requires Python packages: mcp, sentence-transformers, httpx, and groq. These are installed via pip in the server directory.
Which API keys are needed?
You need a PromptGen API key (starting with pg_sk_) from promptgenmcp-production.up.railway.app, a GROQ API key from console.groq.com, and a Tavily API key from tavily.com. All three are set as environment variables in the Cursor configuration.
How does Prompt Gen Mcp differ from basic prompting?
Compared to basic prompts, Prompt Gen Mcp offers full codebase context awareness, AI-powered technique selection, local privacy (code stays on your machine), structured output, code examples from your project, and relevance scoring for included context.
Where does my code go? Is privacy maintained?
All code scanning happens locally on your machine. Only the question text is sent to the PromptGen API to retrieve optimal techniques. Your code never leaves your environment.
What transport does Prompt Gen Mcp use?
It uses standard MCP stdio transport, with Cursor managing the server lifecycle automatically. No manual background service is needed.
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
ICSS
chokcoco不止于 CSS
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments