一个强大的 [MCP 服务器](https://modelcontextprotocol.io/),在AI辅助开发工具如 [Cursor](https://www.cursor.com)
Interactive Feedback MCP becomes available to MCP clients through the interactive feedback mcp mcp server. 一个强大的 MCP 服务器,在AI辅助开发工具如 Cursor 中实现无缝的人机协作工作流程。该服务器允许您运行命令、查看输出结果,并通过直观的图形界面直接向AI提供丰富的文本反馈。.
一个强大的 MCP 服务器,在AI辅助开发工具如 Cursor 中实现无缝的人机协作工作流程。该服务器允许您运行命令、查看输出结果,并通过直观的图形界面直接向AI提供丰富的文本反馈。
Once connected, the assistant can call these 14 tools directly:
RIPER — 5协议集成** - (研究 → 创新 → 计划 → 执行 → 审查)Windows — 注册表 HKEY_CURRENT_USER\Software\InteractiveFeedbackMCP\InteractiveFeedbackMCPmacOS — ~/Library/Preferences/com.InteractiveFeedbackMCP.InteractiveFeedbackMCP.plistLinux — ~/.config/InteractiveFeedbackMCP/InteractiveFeedbackMCP.confrun_command — 项目的默认执行命令execute_automatically — 是否自动执行命令suffix_mode — 反馈后缀模式(force/smart/none)button_size — 按钮大小设置(small/medium/large/custom)visible_buttons — 可见快捷按钮列表language — 界面语言设置use_base64_transmission — 是否启用Base64图片传输base64_target_size_kb — Base64传输的目标文件大小commandSectionVisible — 命令区域是否可见quick_responses — 自定义快捷响应按钮配置Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Interactive Feedback MCP sits in that group, and the shape of its toolset — RIPER, Windows, macOS among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| RIPER | 5协议集成** - (研究 → 创新 → 计划 → 执行 → 审查) |
| Windows | 注册表 HKEY_CURRENT_USER\Software\InteractiveFeedbackMCP\InteractiveFeedbackMCP |
| macOS | ~/Library/Preferences/com.InteractiveFeedbackMCP.InteractiveFeedbackMCP.plist |
| Linux | ~/.config/InteractiveFeedbackMCP/InteractiveFeedbackMCP.conf |
| run_command | 项目的默认执行命令 |
| execute_automatically | 是否自动执行命令 |
| suffix_mode | 反馈后缀模式(force/smart/none) |
| button_size | 按钮大小设置(small/medium/large/custom) |
| visible_buttons | 可见快捷按钮列表 |
| language | 界面语言设置 |
| use_base64_transmission | 是否启用Base64图片传输 |
| base64_target_size_kb | Base64传输的目标文件大小 |
| commandSectionVisible | 命令区域是否可见 |
| quick_responses | 自定义快捷响应按钮配置 |
{
"mcpServers": {
"interactive-feedback-mcp": {
"command": "uv",
"args": [
"--directory",
"/path/to/interactive-feedback-mcp",
"run",
"server.py"
],
"timeout": 600,
"autoApprove": [
"interactive_feedback"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.