Skip to content
GSD Bot edited this page May 24, 2026 · 2 revisions

Promptimprover

CI Node 22 MIT License

Promptimprover is an MCP server middleware that intercepts and refines every AI prompt before code generation — applying project context, coding standards, and compounding memory. It runs as a local stdio server, intercepting every prompt sent by your AI coding assistant before it reaches the language model.

Quickstart

Add prompt-refiner to your MCP client configuration:

{
  "mcpServers": {
    "prompt-refiner": {
      "command": "prompt-refiner"
    }
  }
}

Documentation

Page Description
Setup Guide Prerequisites, installation, and first prompt refinement
Architecture Pipeline components and data flow
Configuration Reference Environment variables and configuration files

Clone this wiki locally