Labsco
noopstudios logo

Interactive Feedback MCP

β˜… 1,700

from noopstudios

An MCP server for interactive user feedback and command execution in AI-assisted development.

πŸ”₯πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeQuick setup

Interactive Feedback MCP

Developed by FΓ‘bio Ferreira (@fabiomlferreira). Check out dotcursorrules.com for more AI development enhancements.

Simple MCP Server to enable a human-in-the-loop workflow in AI-assisted development tools like Cursor. This server allows you to run commands, view their output, and provide textual feedback directly to the AI. It is also compatible with Cline and Windsurf.

Interactive Feedback UI - Main View Interactive Feedback UI - Command Section Open

Prompt Engineering

For the best results, add the following to your custom prompt in your AI assistant, you should add it on a rule or directly in the prompt (e.g., Cursor):

Whenever you want to ask a question, always call the MCP interactive_feedback.
Whenever you’re about to complete a user request, call the MCP interactive_feedback instead of simply ending the process. Keep calling MCP until the user’s feedback is empty, then end the request.

This will ensure your AI assistant uses this MCP server to request user feedback before marking the task as completed.

πŸ’‘ Why Use This?

By guiding the assistant to check in with the user instead of branching out into speculative, high-cost tool calls, this module can drastically reduce the number of premium requests (e.g., OpenAI tool invocations) on platforms like Cursor. In some cases, it helps consolidate what would be up to 25 tool calls into a single, feedback-aware request β€” saving resources and improving performance.

Development

To run the server in development mode with a web interface for testing:

Copy & paste β€” that's it
uv run fastmcp dev server.py

This will open a web interface and allow you to interact with the MCP tools for testing.

Available tools

Here's an example of how the AI assistant would call the interactive_feedback tool:

Copy & paste β€” that's it
<use_mcp_tool>
  <server_name>interactive-feedback-mcp</server_name>
  <tool_name>interactive_feedback</tool_name>
  <arguments>
    {
      "project_directory": "/path/to/your/project",
      "summary": "I've implemented the changes you requested and refactored the main module."
    }
  </arguments>
</use_mcp_tool>

Acknowledgements & Contact

If you find this Interactive Feedback MCP useful, the best way to show appreciation is by following FΓ‘bio Ferreira on X @fabiomlferreira.

For any questions, suggestions, or if you just want to share how you're using it, feel free to reach out on X!

Also, check out dotcursorrules.com for more resources on enhancing your AI-assisted development workflow.