
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.
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:
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 READMEinteractive_feedbackproject_directory: string = '.', summary: string = 'I have completed the task you requested.', timeout: number = 300Interactive feedback collection tool that enables unlimited AI interactions in one conversation.
Comparable tools
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-feedbackThen configure with:
{
"mcpServers": {
"cursor-feedback": {
"command": "cursor-feedback-mcp"
}
}
}Compare cursor-feedback-extension with
Last updated · Auto-generated from public README + GitHub signals.