mcpbeat Sign in

Promptheus MCP Server

by abhichandra21 Your server? Claim it
local only

Promptheus runs on your own machine — the client starts it, so there is no endpoint to ping. 89 installs a week from pypi. Last commit 6 Feb 2026.

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

Installs per day peak 116 · avg 22 · -55% w/w
a month agotoday
89
Installs / week
pypi · promptheus
17
Stars
0 open issues
6 Feb 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Promptheus every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add promptheus -- uvx promptheus
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "promptheus": {
      "args": [
        "promptheus"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.promptheus]
command = "uvx"
args = ["promptheus"]
.cursor/mcp.json
{
  "mcpServers": {
    "promptheus": {
      "args": [
        "promptheus"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "promptheus": {
      "args": [
        "promptheus"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GOOGLE_API_KEY (Google Gemini API key (optional, at least one provider required)), ANTHROPIC_API_KEY (Anthropic Claude API key (optional, at least one provider required)), OPENAI_API_KEY (OpenAI API key (optional, at least one provider required)), GROQ_API_KEY (Groq API key (optional, at least one provider required)), QWEN_API_KEY (Alibaba Qwen API key (optional, at least one provider required)), GLM_API_KEY (Zhipu GLM API key (optional, at least one provider required)), PROMPTHEUS_PROVIDER (Override provider selection (gemini, anthropic, openai, groq, qwen, glm)), PROMPTHEUS_MODEL (Override model selection for the chosen provider). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Promptheus

same job, measured the same way
Deeprepo
by abhishek2432001

Productivity-boosting RAG engine for codebases with multi-provider AI support and semantic search.

local only
RAG
by fieldcure

MCP RAG server with hybrid search, multi-KB support, and AI-powered chunk contextualization.

local only
Soma
by dinglebear

RMCP runtime for provider-backed agents with CLI, REST, HTTP MCP, plugins, and scaffold support.

52 installs/wk local only
Browser MCP Cdp
by zhiqi-li

Local Chrome via CDP with profile-snapshot isolation and shared-broker multi-client support

29 installs/wk local only
I
Vynn MCP
by beee003

Self-improving AI workflows with backtesting, prompt optimization, and scheduling

53 installs/wk local only
P402
by z333q

Multi-provider AI router with x402 micropayment settlement on Base L2. 1% flat fee.

26 installs/wk local only
Survey Builder AI MCP
by csoai-org

AI-powered survey builder ai MCP server for agents. Supports create survey, validate questions

171 installs/wk local only
Project Management AI Analysis
by antnewman

AI-powered project analysis with risk identification, forecasting, and mitigation generation

local only

Promptheus — questions

Answers built from our own checks of this server.

Why is there no uptime for Promptheus?
Promptheus runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package promptheus was installed 89 times last week.
How do I connect Promptheus?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls promptheus straight from pypi; nothing to host, nothing to sign up for.
How many people use Promptheus?
The pypi package promptheus was installed 89 times in the last week. Week over week that is -55%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Promptheus open source?
Yes — it is published under the MIT licence, written in Python and 17 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.