Skip to content
Agent Search Engine.

Record · mcp-feedbackMCP serverOpen sourceVerified Sep 23, 2026

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.

Best for

Keeping a human checkpoint in long agent sessions so fewer requests are spent on wrong turns.

Avoid if

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 CodeRun in your terminal
claude mcp add mcp-feedback-enhanced -- uvx mcp-feedback-enhanced@latest
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "mcp-feedback-enhanced": {
      "command": "uvx",
      "args": ["mcp-feedback-enhanced@latest"]
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "mcp-feedback-enhanced": {
      "type": "stdio",
      "command": "uvx",
      "args": ["mcp-feedback-enhanced@latest"]
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "mcp-feedback-enhanced": {
      "command": "uvx",
      "args": ["mcp-feedback-enhanced@latest"]
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.mcp-feedback-enhanced]
command = "uvx"
args = ["mcp-feedback-enhanced@latest"]

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

MCP Feedback Enhanced vs. the alternatives

All 163 alternatives →
RecordStarsPricing
MCP Feedback EnhancedMCP serverthis listing3.8kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 MCP Feedback Enhanced alternatives, compared →