← Back to Plugins
MCP Server MCP

Promptheus

github By github 👁 1 views ▲ 0 votes

AI-powered prompt refinement with adaptive questioning and multi-provider support (6+ LLM backends)

Homepage Verified source GitHub

Install

uvx promptheus

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "promptheus",
      "version": "0.3.1",
      "runtimeHint": "python",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google Gemini API key (optional, at least one provider required)",
          "isSecret": true,
          "name": "GOOGLE_API_KEY"
        },
        {
          "description": "Anthropic Claude API key (optional, at least one provider required)",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        },
        {
          "description": "OpenAI API key (optional, at least one provider required)",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "Groq API key (optional, at least one provider required)",
          "isSecret": true,
          "name": "GROQ_API_KEY"
        },
        {
          "description": "Alibaba Qwen API key (optional, at least one provider required)",
          "isSecret": true,
          "name": "QWEN_API_KEY"
        },
        {
          "description": "Zhipu GLM API key (optional, at least one provider required)",
          "isSecret": true,
          "name": "GLM_API_KEY"
        },
        {
          "description": "Override provider selection (gemini, anthropic, openai, groq, qwen, glm)",
          "name": "PROMPTHEUS_PROVIDER"
        },
        {
          "description": "Override model selection for the chosen provider",
          "name": "PROMPTHEUS_MODEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...