← Back to Interactive Feedback MCP

Install Interactive Feedback MCP

Pick your client, copy the command, done.

Manual setup required. The maintainer's config contains paths only you know - edit the placeholders below before adding it to Claude Code.
1

Prepare the server locally

Run this once before adding it to Claude Code.

git clone https://github.com/liaosiqian/interactive-feedback-mcp.git
cd interactive-feedback-mcp
uv venv
uv sync
2

Register it in Claude Code

claude mcp add interactive-feedback -- uv --directory /path/to/interactive-feedback-mcp run main.py

Replace any placeholder paths in the command with the real path on your machine.

Available Tools (1)

Once configured, Interactive Feedback MCP gives your AI agent access to:

interactive_feedbackTriggers the graphical interface for human-in-the-loop feedback and command execution.

Try It Out

After setup, try these prompts with your AI agent:

Open the interactive feedback interface to review the changes you just made.
I need to provide feedback on the current implementation, please launch the interactive feedback tool.
Use the RIPER-5 protocol to help me analyze and plan the next steps for this feature.
Please call the interactive feedback MCP so I can approve the remaining tasks in the checklist.

Keep this setup from going cold

Save the docs, env vars, and workflow around Interactive Feedback MCP in Conare so Claude Code, Codex, and Cursor remember it next time.

Remember this setup