- Original Project: noopstudios/interactive-feedback-mcp ⭐
- Text Feedback
- 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.
- uv sync
- uv run server.py
- 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"
]
}
}
}- 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
