AI-powered prompt refinement tool with adaptive questioning and multi-provider support. Provides 5 MCP tools (refine_prompt, tweak_prompt, list_models, list_providers, validate_environment) for intelligent prompt engineering. Supports Google Gemini, Anthropic Claude, OpenAI, Groq, Alibaba Qwen, and Zhipu GLM. Features adaptive task detection, interactive/structured modes, and session history management.
Server Config
{
"mcpServers": {
"promptheus": {
"type": "stdio",
"command": "~/Promptheus/venv/bin/python",
"args": [
"-m",
"promptheus.main",
"mcp"
],
"env": {
"ANTHROPIC_API_KEY": "API-KEY"
}
}
}
}