Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.11 KB

File metadata and controls

45 lines (35 loc) · 1.11 KB

Cursor Feedback MCP

Features

  • Text Feedback
  • 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