interactive-feedback-mcp  by noopstudios

MCP server for human-in-the-loop AI dev workflows (Cursor, Cline, Windsurf)

Created 4 months ago
1,579 stars

Top 26.5% on SourcePulse

GitHubView on GitHub
Project Summary

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

  • Install: Clone the repository, navigate to the directory, and run uv sync to install dependencies and create a virtual environment.
  • Run: Execute uv run server.py.
  • Prerequisites: Python 3.11+, uv package manager.
  • Configuration: Requires manual configuration within AI tools (e.g., Cursor's MCP settings) or via a mcp.json file, pointing to the server's execution path.
  • Docs: dotcursorrules.com

Highlighted Details

  • Reduces premium AI request costs by consolidating feedback loops.
  • Compatible with Cursor, Cline, and Windsurf.
  • Stores project-specific configurations using Qt's QSettings.
  • Offers a development mode with a web interface for testing (uv run fastmcp dev server.py).

Maintenance & Community

  • Developed by Fábio Ferreira (@fabiomlferreira).
  • Contact and support available via X (@fabiomlferreira).

Licensing & Compatibility

  • The license is not explicitly stated in the README.

Limitations & Caveats

  • The README does not specify the project's license, which may impact commercial use or closed-source integration.
Health Check
Last Commit

3 months ago

Responsiveness

1 week

Pull Requests (30d)
0
Issues (30d)
4
Star History
87 stars in the last 30 days

Explore Similar Projects

Starred by Paul Stamatiou Paul Stamatiou(Cofounder of Limitless), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
5 more.

claude-task-master by eyaltoledano

1.0%
22k
AI-powered task management system for code editors
Created 6 months ago
Updated 1 day ago
Starred by Elvis Saravia Elvis Saravia(Founder of DAIR.AI), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
4 more.

activepieces by activepieces

0.9%
18k
Open-source Zapier alternative for AI workflow automation
Created 2 years ago
Updated 1 day ago
Feedback? Help us improve.