loading…
Search for a command to run...
loading…
Automatically enhances user prompts by applying expert-level prompt engineering techniques tailored to technical, creative, or analytical content types. It prov
Automatically enhances user prompts by applying expert-level prompt engineering techniques tailored to technical, creative, or analytical content types. It provides visual feedback on applied optimizations to ensure higher quality, structured, and more comprehensive AI responses.
Python 3.8+ MCP Compatible License: MIT
A fully automatic prompt optimization Model Context Protocol (MCP) server that enhances every prompt with world-class prompt engineering techniques. No manual intervention required - just install, configure, and every prompt gets automatically optimized!
🎯 Fully Automatic: Every prompt you send gets automatically enhanced with expert techniques
🧠 Expert-Level Optimization: Applies world-class prompt engineering without any manual work
🔍 Visual Feedback: Shows exactly what optimizations were applied to each prompt
⚡ Smart Detection: Automatically detects technical, creative, or analytical content
🎨 Domain Expertise: Adds appropriate expert context based on your prompt content
Use the auto_optimize tool with prompt: "How do I write better Python code?"
🚀 **AI VALIDATION: PROMPT AUTOMATICALLY OPTIMIZED** 🚀
🔧 **ORIGINAL PROMPT**: How do I write better Python code?
✨ **AUTO-OPTIMIZED VERSION**: Please provide a comprehensive and detailed response with specific examples and practical guidance.
As a senior technical expert, please include best practices, potential pitfalls, and real-world implementation considerations.
Please explain your reasoning and methodology.
🔍 **OPTIMIZATIONS APPLIED**:
• 🎯 Enhanced clarity and detail requirements
• 🛠️ Technical expertise context added
• 🧠 Reasoning and methodology requested
• 🌟 Expert system identity applied
---
[Then you get a comprehensive expert response with examples, best practices, step-by-step guidance, etc.]
# Clone the repository
git clone https://github.com/jadenmaciel/ai-validation-mcp-server.git
cd ai-validation-mcp-server
# Set up virtual environment
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
Add this to your ~/.cursor/mcp.json file:
{
"mcpServers": {
"ai_validation_auto": {
"command": "python3",
"args": ["/path/to/ai-validation-mcp-server/run_mcp_auto.py"]
}
}
}
Important: Replace /path/to/ai-validation-mcp-server/ with your actual path!
ai_validation_auto with a green dot ✅The server automatically detects your prompt type and applies appropriate enhancements:
ai-validation-mcp-server/
├── ai_validation_mcp_auto.py # 🚀 Main automatic optimization server
├── run_mcp_auto.py # 🔧 Server runner with venv handling
├── requirements.txt # 📦 Python dependencies
├── README.md # 📖 This documentation
├── LICENSE # ⚖️ MIT License
├── .gitignore # 🙈 Git ignore rules
└── venv/ # 🐍 Virtual environment (auto-created)
The server works automatically with zero configuration, but you can customize by editing ai_validation_mcp_auto.py:
optimize_user_prompt()create_expert_system_prompt()Step 1: Ensure MCP Server is Set Up Go to your MCP server folder:
cd /home/jaden/ai-validation-server
Activate its virtual environment:
source venv/bin/activate
Start the MCP server manually to confirm it runs without error:
python ai_validation_mcp_auto.py
You should see the startup message similar to:
🚀 Starting AI Validation MCP Server (Automatic Mode)
Press Ctrl+C to stop the server.
chmod +x /path/to/ai-validation-mcp-server/run_mcp_auto.py
chmod +x /path/to/ai-validation-mcp-server/ai_validation_mcp_auto.py
Ctrl+Shift+U → "MCP Logs"✅ Zero Manual Work - Every prompt automatically optimized
✅ Expert-Level Responses - World-class prompt engineering applied
✅ Visual Confirmation - See exactly what optimizations were applied
✅ Smart Detection - Appropriate expertise based on content
✅ Better Results - More comprehensive, structured, actionable responses
Contributions welcome! Feel free to:
MIT License - see LICENSE file for details.
Transform every prompt into an expertly optimized query automatically! 🚀
Repository: https://github.com/jadenmaciel/ai-validation-mcp-server
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"ai-validation-mcp-server": {
"command": "npx",
"args": []
}
}
}