-
Notifications
You must be signed in to change notification settings - Fork 0
Home
GSD Bot edited this page May 24, 2026
·
2 revisions
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.
Add prompt-refiner to your MCP client configuration:
{
"mcpServers": {
"prompt-refiner": {
"command": "prompt-refiner"
}
}
}| Page | Description |
|---|---|
| Setup Guide | Prerequisites, installation, and first prompt refinement |
| Architecture | Pipeline components and data flow |
| Configuration Reference | Environment variables and configuration files |