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.
Related MCP Servers
- Flicense-qualityCmaintenanceEstablishes feedback-oriented development workflows with Web UI and desktop app, enabling AI to confirm with users before actions and consolidate tool calls into feedback requests.Last updated
- Flicense-qualityCmaintenanceEstablishes feedback-oriented development workflows with Web UI and desktop application interfaces, enabling AI to confirm with users and consolidate tool calls into single feedback requests.Last updated
- Alicense-qualityDmaintenanceA MCP server that enables AI assistants to collect interactive user feedback with text and image support via a modern GUI.Last updated239MIT
- Flicense-qualityDmaintenanceEstablishes feedback-oriented development workflows with Web UI and desktop application dual interfaces, enabling AI to confirm with users and consolidate tool calls into feedback requests to reduce costs and improve development efficiency.Last updated3,790
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Human-in-the-loop for AI coding agents — ask questions, get approvals via Slack.
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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