
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
A modern MCP server for interactive user feedback collection with GUI and Web modes
一个现代化的 Model Context Protocol (MCP) 服务器,为AI助手提供交互式用户反馈收集功能。支持GUI和Web两种界面模式,完美适配桌面和服务器环境。
pip install uvx
在 claude_desktop_config.json
中添加:
{
"mcpServers": {
"mcp-server-feedback": {
"command": "uvx",
"args": ["mcp-server-feedback"],
"env": {
"PYTHONIOENCODING": "utf-8",
"MCP_DIALOG_TIMEOUT": "600"
}
}
}
}
配置完成后重启Claude Desktop即可使用。
收集用户反馈的主要工具,AI可以汇报工作内容,用户提供文字和图片反馈。
# AI调用示例
result = collect_feedback("我已经完成了代码优化工作...")
快速图片选择工具,用于单张图片选择场景。
获取图片文件的详细信息(格式、尺寸、大小等)。
🎯 工作完成汇报与反馈收集
┌─────────────────────────────────────────┐
│ 📋 AI工作完成汇报 │
│ ┌─────────────────────────────────────┐ │
│ │ [AI汇报的工作内容显示在这里] │ │
│ └─────────────────────────────────────┘ │
└─────────────────────────────────────────┘
┌─────────────────────────────────────────┐
│ 💬 您的文字反馈(可选) │
│ ┌─────────────────────────────────────┐ │
│ │ [多行文本输入区域] │ │
│ └─────────────────────────────────────┘ │
└─────────────────────────────────────────┘
┌─────────────────────────────────────────┐
│ 🖼️ 图片反馈(可选,支持多张) │
│ [📁选择文件] [📋粘贴] [❌清除] │
│ [图片缩略图预览区域] │
└─────────────────────────────────────────┘
[✅ 提交反馈] [❌ 取消]
MCP_DIALOG_TIMEOUT
: 对话框等待时间(秒)
MCP_DISPLAY_MODE
: 强制指定界面模式
auto
(默认):自动检测环境gui
:强制使用GUI模式web
:强制使用Web模式MCP_WEB_PORT
: 指定Web服务器端口(Web模式)
{
"mcpServers": {
"mcp-server-feedback": {
"command": "uvx",
"args": ["mcp-server-feedback"],
"env": {
"PYTHONIOENCODING": "utf-8",
"MCP_DIALOG_TIMEOUT": "600",
"MCP_DISPLAY_MODE": "web",
"MCP_WEB_PORT": "8080"
}
}
}
}
PNG、JPG、JPEG、GIF、BMP、WebP
MIT License - 详见 LICENSE 文件
欢迎提交Issue和Pull Request!
让AI与用户的交互更高效直观! 🎯
FAQs
A modern MCP server for interactive user feedback collection with GUI and Web modes
We found that mcp-server-feedback demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.