Prompt Auto-Optimizer MCP
AI-Powered Prompt Evolution - An MCP server that automatically optimizes your AI prompts using evolutionary algorithms.
🎯 Purpose
Automatically evolve and optimize AI prompts to improve performance, creativity, and reliability. Uses genetic algorithms to iteratively improve prompts based on real performance data.
🛠️ Installation
⚙️ Configuration
Add to your Claude Code settings (.claude/settings.json
):
🔧 Available Tools
Core Optimization Tools
gepa_start_evolution
Start optimizing a prompt using evolutionary algorithms.
gepa_evaluate_prompt
Test how well a prompt performs on specific tasks.
gepa_reflect
Analyze why prompts fail and get improvement suggestions.
gepa_get_pareto_frontier
Get the best prompt candidates that balance multiple goals.
gepa_select_optimal
Choose the best prompt for your specific use case.
gepa_record_trajectory
Log the results of prompt executions for analysis.
Backup & Recovery Tools
gepa_create_backup
- Save current optimization stategepa_restore_backup
- Restore from a previous backupgepa_list_backups
- Show available backupsgepa_recovery_status
- Check system healthgepa_integrity_check
- Verify data integrity
📝 Basic Usage
- Start Evolution: Use
gepa_start_evolution
with your task description - Record Results: Use
gepa_record_trajectory
to log how prompts perform - Analyze Failures: Use
gepa_reflect
to understand what went wrong - Get Best Prompts: Use
gepa_select_optimal
to find the best candidates
🔧 Environment Variables
Tools
An MCP server that automatically optimizes AI prompts using evolutionary algorithms, helping improve prompt performance, creativity, and reliability through iterative testing and refinement.
Related Resources
Related MCP Servers
- -securityAlicense-qualityAn MCP server that analyzes codebases and generates contextual prompts, making it easier for AI assistants to understand and work with code repositories.Last updated -10PythonMIT License
- -security-license-qualityAn MCP server that provides tools for interacting with Anthropic's prompt engineering APIs, allowing users to generate, improve, and templatize prompts based on task descriptions and feedback.Last updated -1TypeScriptISC License
- -securityFlicense-qualityAn MCP server that provides user dialogue capabilities for AI code editors, allowing AI to interact with users through dialog boxes when needing input during the coding process.Last updated -Python
- -securityFlicense-qualityAn enhanced MCP server that fetches prompts from GitHub repositories with intelligent discovery, composition, and management features.Last updated -11TypeScript