Skip to main content
Glama
phidn

Cursor Feedback MCP

by phidn
README.md
# Cursor Feedback MCP

- Original Project: [noopstudios/interactive-feedback-mcp](https://github.com/noopstudios/interactive-feedback-mcp) ⭐

## Features

- [x] Text Feedback
- [x] Image Support

![Feedback Demo](images/demo.png)

*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:

```json
{
  "mcpServers": {
    "interactive-feedback-mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/oplacrm/workspace/mcp/cursor-feedback",
        "run",
        "server.py"
      ],
      "timeout": 600,
      "autoApprove": [
        "interactive_feedback"
      ]
    }
  }
}
```

4. Cursor rules

See [.cursorrules](.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

TDQS

B3.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or confusion between tools.

Naming Consistency5/5

The single tool uses a clear snake_case name, consistent within itself.

Tool Count2/5

A single tool feels too minimal for a meaningful MCP server, lacking sufficient scope.

Completeness2/5

The server provides only one operation for feedback, missing common operations like listing or deleting feedback, leading to significant gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues