Skip to content
Cursor

Promptheus for Cursor

io.github.abhichandra21/promptheus

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

client:Cursor transport:stdio runtime:pypi

Install Promptheus in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "promptheus": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "promptheus"
      ],
      "env": {
        "GOOGLE_API_KEY": "<GOOGLE_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "GROQ_API_KEY": "<GROQ_API_KEY>",
        "QWEN_API_KEY": "<QWEN_API_KEY>",
        "GLM_API_KEY": "<GLM_API_KEY>",
        "PROMPTHEUS_PROVIDER": "<PROMPTHEUS_PROVIDER>",
        "PROMPTHEUS_MODEL": "<PROMPTHEUS_MODEL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Promptheus in other clients