Clarifyprompt MCP Server

A context-aware MCP prompt compiler that transforms vague prompts into platform-optimized prompts for 60+ AI platforms across 7 categories - grounded in your workspace signals (CLAUDE.md, AGENTS.md, .cursorrules, package.json), resolved intent, and the capabilities of the target model. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-14 · ★ 12 · #327 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Clarifyprompt

before you install - you'll need

Set CLARIFYPROMPT_TRANSPORT before connecting.

Claude Code

claude mcp add lumabyteco-clarifyprompt-mcp -- npx -y clarifyprompt-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "lumabyteco-clarifyprompt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "clarifyprompt-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package clarifyprompt-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.LumabyteCo is GitHub-verified and matches the repo owner

03 · What Clarifyprompt can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- No engine code changes. No new MCP tools (still 23). No platform changes (still 60+). No env-var changes. - Eval baselines unchanged on local Ollama. This is a CI-specific hardening - local runs against qwen-coder-7b produced the same results before and after. - The CI publish-gate failure that appeared on the v1.6.2 tag push was downstream of the eval failure (Wait for evals workflow step blocked publish). Now tha

Latest releases

v1.12.1 · 2026-06-22

The real fix for #3. Thinking-channel models (gpt-oss, glm, minimax-m3, …) now reliably produce optimized prompts instead of intermittently returning empty content. The 1.7.1 mitigation surfaced the failure loudly and…

v1.12.0 · 2026-06-22

ClarifyPrompt now speaks A2A (Agent-to-Agent) - the final step of the MCP modernization roadmap (7/7). Other agents can now call ClarifyPrompt to compile prompts. stdio stays the default; nothing about existing setups…

v1.11.0 · 2026-06-19

What's new in 1.11.0 · Step #6 of the MCP modernization roadmap: a pluggable transport factory. ClarifyPrompt can now serve over Streamable HTTP in addition to stdio - the runway toward Agent-to-Agent (A2A, #7) and…

04 · Who maintains Clarifyprompt

clarifyprompt is maintained by lumabyteco. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
other - ranked #327 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-06-22)
registry
io.github.LumabyteCo/clarifyprompt (active, first published 2026-03-12)
packages
npm:clarifyprompt-mcp

06 · Clarifyprompt FAQ

What is Clarifyprompt?

A context-aware MCP prompt compiler that transforms vague prompts into platform-optimized prompts for 60+ AI platforms across 7 categories - grounded in your workspace signals (CLAUDE.md, AGENTS.md, .cursorrules, package.json), resolved intent, and the capabilities of the target model. It runs locally over stdio via the published package.

Is Clarifyprompt still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-14 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Clarifyprompt?

Run `npx -y clarifyprompt-mcp`. The README documents one environment variable (CLARIFYPROMPT_TRANSPORT) to set first. Set CLARIFYPROMPT_TRANSPORT before connecting. You can also paste the ready-made client config above.

Does Clarifyprompt run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Clarifyprompt