Promptheus

by abhichandra21

322 downloads
Not rated
GitHub

About

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

Details

Author
abhichandra21
Downloads
322
Categories
AI, Productivity, Other

- Adaptive task detection (refinement vs. direct optimization)
- Multi-provider support (Google, OpenAI, Anthropic, Groq, Alibaba, Zhipu, OpenRouter)
- Interactive refinement through natural conversation
- Session history tracking and reuse
- Structured clarification workflow with AskUserQuestion integration
- CLI and web UI for prompt management
- Telemetry and analytics (local, anonymous, can be disabled)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Promptheus
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install with pip install promptheus and ensure at least one provider API key is set in a .env file or environment variables. Start the MCP server with promptheus mcp or python -m promptheus.mcp_server. The server provides tools such as refine_prompt, tweak_prompt, list_models, list_providers, and validate_environment. An interactive CLI mode (promptheus) and a web UI (promptheus web) are also available.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "promptheus": {
            "promptheus": {
                "type": "stdio",
                "command": "~/Promptheus/venv/bin/python",
                "args": [
                    "-m",
                    "promptheus.main",
                    "mcp"
                ],
                "env": {
                    "ANTHROPIC_API_KEY": "API-KEY"
                }
            }
        }
    }
}

McpServers

{
    "promptheus": {
        "type": "stdio",
        "command": "~/Promptheus/venv/bin/python",
        "args": [
            "-m",
            "promptheus.main",
            "mcp"
        ],
        "env": {
            "ANTHROPIC_API_KEY": "API-KEY"
        }
    }
}

Promptheus

Refine and optimize prompts for LLMs

<!-- mcp-name: io.github.abhichandra21/promptheus -->

Python Version PyPI Version Release Version License: MIT GitHub Stars

Deploy GitHub Pages Docker Build & Test Publish Python Package

Quick Start

pip install promptheus

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.