MCP Catalogs
Homecursor-feedback-extension screenshot

cursor-feedback-extension

by jianger666·28·Score 43

MCP server that enables unlimited AI interactions in Cursor by implementing a feedback loop mechanism within IDE sidebar.

ai-llmdeveloper-toolsproductivity
3
Forks
1
Open issues
4 mo ago
Last commit
2d ago
Indexed

Overview

Cursor Feedback is an MCP server designed to save monthly quota by allowing unlimited AI interactions within a single conversation. It integrates directly into Cursor's sidebar, providing an interactive feedback mechanism where AI waits for user input before proceeding. The server supports various interaction methods including text feedback, image upload/paste, and file/folder selection, with markdown rendering capabilities and auto-retry functionality on timeouts.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:Enabling long-running AI conversations without hitting Cursor's monthly request limit
you:Implementing human-in-the-loop workflows where AI seeks validation before proceeding
you:Enhancing collaboration by allowing AI to share work summaries and gather feedback directly in IDE

When to choose this

Choose this when working within Cursor IDE and needing to extend AI conversations beyond monthly quota limits, especially for complex tasks requiring iterative feedback.

When NOT to choose this

Don't choose this if you need AI feedback outside of Cursor IDE or prefer a solution with more comprehensive documentation and community support.

Tools this server exposes

1 tool extracted from the README
  • interactive_feedbackproject_directory: string = '.', summary: string = 'I have completed the task you requested.', timeout: number = 300

    Interactive feedback collection tool that enables unlimited AI interactions in one conversation.

Comparable tools

mcp-feedback-enhancedcursor-mcp-server

Installation

Installation Options

**1. Cursor Extension Marketplace** Search for "Cursor Feedback" in the Cursor extension marketplace.

**2. Command Line Installation**

cursor --install-extension jianger666.cursor-feedback

**3. MCP Configuration** Add to your Cursor MCP config file (~/.cursor/mcp.json):

{
  "mcpServers": {
    "cursor-feedback": {
      "command": "npx",
      "args": ["-y", "cursor-feedback@latest"]
    }
  }
}

**4. Global Installation**

npm install -g cursor-feedback

Then configure with:

{
  "mcpServers": {
    "cursor-feedback": {
      "command": "cursor-feedback-mcp"
    }
  }
}

Compare cursor-feedback-extension with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.