MCP server for human-in-the-loop AI dev workflows (Cursor, Cline, Windsurf)
Top 28.8% on sourcepulse
This project provides an Interactive Feedback MCP server designed to facilitate a human-in-the-loop workflow for AI-assisted development tools like Cursor. It enables users to run commands, view their output, and provide textual feedback directly to the AI, reducing unnecessary tool calls and saving resources.
How It Works
The server acts as an intermediary, allowing AI assistants to pause execution and solicit user feedback via a dedicated interactive_feedback
tool call. This approach guides the AI to check in with the user rather than making speculative, high-cost tool invocations, consolidating multiple potential AI interactions into a single, feedback-driven request.
Quick Start & Requirements
uv sync
to install dependencies and create a virtual environment.uv run server.py
.mcp.json
file, pointing to the server's execution path.Highlighted Details
uv run fastmcp dev server.py
).Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
2 months ago
Inactive