MCP ExplorerExplorer

Cursor Feedback

@phidnon 10 days ago
7 MIT
FreeCommunity
AI Systems
#cursor#mcp#feedback-interface#human-in-the-loop
Cursor Feedback Image MCP

Overview

What is Cursor Feedback

Cursor Feedback is a tool designed to facilitate interactive feedback through text and images, allowing users to provide visual context and enhance communication.

Use cases

Use cases include providing visual feedback on design prototypes, collaborating on software features, and gathering user input during testing phases.

How to use

To use Cursor Feedback, synchronize your environment with ‘uv sync’, run the server using ‘uv run server.py’, and configure the settings in the Cursor configuration file as specified.

Key features

Key features include text feedback and image support, enabling users to paste images directly into the feedback interface for a more interactive experience.

Where to use

Cursor Feedback can be utilized in various fields such as software development, user experience design, and any area requiring collaborative feedback and communication.

Content

Cursor Feedback MCP

Features

  • [x] Text Feedback
  • [x] Image Support

Feedback Demo

The interactive feedback UI allows you to paste images directly, making it easy to provide visual feedback and context. This is the main feature that makes this MCP tool unique.

Usage

  1. uv sync
  2. uv run server.py
  3. Configure in Cursor:
{
  "mcpServers": {
    "interactive-feedback-mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/oplacrm/workspace/mcp/cursor-feedback",
        "run",
        "server.py"
      ],
      "timeout": 600,
      "autoApprove": [
        "interactive_feedback"
      ]
    }
  }
}
  1. Cursor rules

See .cursorrules file for the complete interactive feedback rule configuration. This rule ensures that:

  • Interactive feedback is called before asking clarifying questions
  • Interactive feedback is called before completing requests
  • Proper parameters are provided for effective feedback collection

Tools

No tools

Comments