# Cursor Feedback

> Cursor Feedback Image MCP

- **Type:** MCP server
- **Install:** `agentstack add mcp-phidn-cursor-feedback`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [phidn](https://agentstack.voostack.com/s/phidn)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [phidn](https://github.com/phidn)
- **Source:** https://github.com/phidn/cursor-feedback

## Install

```sh
agentstack add mcp-phidn-cursor-feedback
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Cursor Feedback MCP

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

## Features

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

*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

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [phidn](https://github.com/phidn)
- **Source:** [phidn/cursor-feedback](https://github.com/phidn/cursor-feedback)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-phidn-cursor-feedback
- Seller: https://agentstack.voostack.com/s/phidn
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
