mcp-feedback-enhanced

Minidoracat/mcp-feedback-enhanced
★ 3,614 stars JavaScript 💻 Code/Dev Tools Updated 1mo ago
Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-feedback-enhance": {
      "command": "npx",
      "args": [
        "-y",
        "Minidoracat/mcp-feedback-enhanced"
      ]
    }
  }
}