MCP server for interactive feedback collection in AI-assisted development workflows.
Project description
mcp-interactive
English | 简体中文
MCP 服务器,用于在 AI 辅助开发过程中收集用户的交互式反馈。通过引导 AI 与用户确认而非自行猜测,减少不必要的工具调用,降低平台成本,提高开发效率。
工作流程
- AI 调用
interactive_feedback工具 - 自动打开浏览器界面(Web UI)
- 用户输入反馈文本、上传截图、选择常用提示词
- 通过 WebSocket 实时传递给 AI
- AI 根据反馈调整行为或结束任务
安装
pip install uv
配置
将以下内容添加到 MCP 配置文件:
{
"mcpServers": {
"mcp-interactive": {
"command": "uvx",
"args": ["mcp-interactive@latest"],
"timeout": 600,
"autoApprove": ["interactive_feedback"]
}
}
}
支持的 AI 平台:Cursor | Cline | Windsurf | Augment | Trae
环境变量
| 变量 | 说明 | 默认值 |
|---|---|---|
MCP_WEB_HOST |
Web UI 监听地址 | 127.0.0.1 |
MCP_WEB_PORT |
Web UI 端口 | 9766 |
MCP_LANGUAGE |
界面语言 (zh-CN / en) |
自动检测 |
MCP_DEBUG |
调试模式 | false |
SSH 远程开发时,将 MCP_WEB_HOST 设为 0.0.0.0 以允许远程访问,或使用 SSH 端口转发。
功能
- 提示词管理 - 常用提示词的增删改查和智能排序
- 自动定时提交 - 1-86400 秒可配置定时器,支持暂停/恢复
- 图片上传 - 拖放、粘贴,支持 PNG/JPG/GIF/BMP/WebP
- 多语言 - 简体中文、English,即时切换
- WebSocket 实时通信 - 状态监控、自动重连
开发
git clone https://github.com/RealAlexandreAI/mcp-interactive.git
cd mcp-interactive
uv sync
# 测试
make test # 单元测试
make test-web # Web UI 测试
# 代码检查
make check # 完整检查(lint + format + type)
致谢
- 原始项目:noopstudios/interactive-feedback-mcp by Fabio Ferreira
- 上游 fork:Minidoracat/mcp-feedback-enhanced
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_interactive-0.1.4.tar.gz.
File metadata
- Download URL: mcp_interactive-0.1.4.tar.gz
- Upload date:
- Size: 11.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc368cf92581b4d2136fdf60168d8a62060b597e98abc68e6cbf85577ec08b9a
|
|
| MD5 |
67bba24e710907436b40e13948c40f14
|
|
| BLAKE2b-256 |
3cb3835e8327fb396ef961197b1a7a0d4cef05af73b2ec708b16d6763dc50c92
|
File details
Details for the file mcp_interactive-0.1.4-py3-none-any.whl.
File metadata
- Download URL: mcp_interactive-0.1.4-py3-none-any.whl
- Upload date:
- Size: 8.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
793dbd0ed49e51ddf7a2121c703d7833e23a8e160bee550f58af06f2ff842fde
|
|
| MD5 |
3cbd26e4a53b7723942f0b5540bb18cd
|
|
| BLAKE2b-256 |
ea1f8b83ee301a89f2f3b728fb047888f221d23f7d4d098bacca9ad6dd72bbcf
|