Model Context Protocol

Bring feedback into your AI coding agent

Native MCP integration for Claude Code, Codex, Cursor, VS Code, JetBrains, and Windsurf.

$ npx -y @makethisbetter/mcp

Configure once at user scope · use across projects

5 Tools

The full feedback lifecycle, exposed as MCP tools your agent can call.

list detail pick dismiss resolve
Zero Project Setup

Add one JSON block to your MCP client's user configuration. npx starts the local server on demand.

Agent Workflow

Your agent picks feedback, writes the code, and resolves it — a full closed loop, no context switching.

Configure once

One config block. Fully wired.

MCP user config
{ "mcpServers": { "makethisbetter": { "command": "npx", "args": ["-y", "@makethisbetter/mcp"] } } }
claude
> Let me check for new feedback
feedback · list (MCP)
demo/FB-42 Export PDF fails on Safari
feedback · pick demo/FB-42
screenshot · DOM · console attached
> I'll fix this — Blob.stream() isn't supported in WebKit. Switching to arrayBuffer()…
Editing src/export/pdf.ts
feedback · resolve demo/FB-42
Works everywhere

Every MCP-compatible agent.

Claude Code
Codex
Cursor
VS Code
JetBrains
Windsurf

Open source. Free.

Read the source, file issues, or send a PR. The MCP server lives on GitHub.

View on GitHub
github.com/makethisbetter/mcp