MCP Feedback Enhanced
Pause an AI coding agent to collect your feedback in a web UI or desktop app before it finishes.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Keeping a human checkpoint in long agent sessions so fewer requests are spent on wrong turns.
You would run a version older than 2.6.1, which fixed an unauthenticated command-execution flaw and WebSocket hijacking; command execution has since been removed.
About MCP Feedback Enhanced
MCP Feedback Enhanced adds an interactive feedback step to AI-assisted development: the agent calls a tool that opens a web interface or desktop application where you review its work, add text or images and steer the next step. It is an enhanced fork of an earlier feedback server and detects local, SSH and WSL environments.
MCP Feedback Enhanced is an open-source project written primarily in JavaScript, with 3.8k stars on GitHub. It was last updated in September 2026.
Add MCP Feedback Enhanced to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add mcp-feedback-enhanced -- uvx mcp-feedback-enhanced@latestCursor
{
"mcpServers": {
"mcp-feedback-enhanced": {
"command": "uvx",
"args": ["mcp-feedback-enhanced@latest"]
}
}
}VS Code
{
"servers": {
"mcp-feedback-enhanced": {
"type": "stdio",
"command": "uvx",
"args": ["mcp-feedback-enhanced@latest"]
}
}
}Claude Desktop
{
"mcpServers": {
"mcp-feedback-enhanced": {
"command": "uvx",
"args": ["mcp-feedback-enhanced@latest"]
}
}
}Codex
[mcp_servers.mcp-feedback-enhanced]
command = "uvx"
args = ["mcp-feedback-enhanced@latest"]MCP Feedback Enhanced vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| MCP Feedback Enhancedthis listing | 3.8k | JavaScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
