mcp-feedback-ultra
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-feedback-ultracollect feedback on the last AI task"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Feedback Ultra
MCP Feedback Ultra 是一个用于 AI 辅助开发的交互式反馈服务器,支持 Web UI 和桌面应用双界面模式。
原始项目: noopstudios/interactive-feedback-mcp
核心特性
双界面支持:Web UI(浏览器)+ 桌面应用(原生应用)
智能环境检测:自动识别 SSH Remote、WSL 等特殊环境
交互式反馈:AI 完成任务后主动收集用户反馈
跨平台支持:Windows、macOS、Linux
Related MCP server: mcp-feedback-enhanced-gw
快速开始
安装
uvx mcp-feedback-ultra@latestMCP 配置
在 Cursor 的 MCP 配置文件中添加:
{
"mcpServers": {
"mcp-feedback-ultra": {
"command": "uvx",
"args": ["mcp-feedback-ultra@latest"],
"timeout": 600,
"autoApprove": ["interactive_feedback"]
}
}
}环境变量(可选)
变量 | 说明 | 默认值 |
| 调试模式 |
|
| Web UI 绑定地址 |
|
| Web UI 端口 |
|
| 启用桌面应用模式 |
|
使用方式
Web UI 模式(默认)
{
"mcpServers": {
"mcp-feedback-ultra": {
"command": "uvx",
"args": ["mcp-feedback-ultra@latest"]
}
}
}桌面应用模式
{
"mcpServers": {
"mcp-feedback-ultra": {
"command": "uvx",
"args": ["mcp-feedback-ultra@latest"],
"env": {
"MCP_DESKTOP_MODE": "true"
}
}
}
}开发
本地测试
# 克隆项目
git clone https://github.com/YangHang0210/mcp-feedback-ultra.git
cd mcp-feedback-ultra
# 安装依赖
uv sync --dev
# 测试 Web UI
uv run python -m mcp_feedback_ultra test --web
# 测试桌面应用
uv run python -m mcp_feedback_ultra test --desktop常见问题
SSH Remote 环境无法访问?
设置 MCP_WEB_HOST 为 0.0.0.0 允许远程访问:
{
"env": {
"MCP_WEB_HOST": "0.0.0.0",
"MCP_WEB_PORT": "8765"
}
}然后在本地浏览器访问:http://[远程IP]:8765
许可证
MIT License
链接
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/YangHang0210/mcp-feedback-ultra'
If you have feedback or need assistance with the MCP directory API, please join our Discord server