User Feedback MCP
@mrexodia
关于 User Feedback MCP
Simple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"github.com/mrexodia/user-feedback-mcp": {
"command": "uv",
"args": [
"--directory",
"c:\\MCP\\user-feedback-mcp",
"run",
"server.py"
],
"timeout": 3600
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is User Feedback MCP?
User Feedback MCP is a simple MCP server that introduces a human-in-the-loop workflow into AI‑assisted coding tools like Cline and Cursor. It is designed for developers who need to collect user feedback before completing tasks, especially when testing complex desktop application interactions.
How to use User Feedback MCP?
Install the uv package manager globally, clone this repository, then add the server to your Cline MCP configuration file (cline_mcp_settings.json) using the command uv --directory <path> run server.py. Optionally add the custom prompt “Before completing the task, use the user_feedback MCP tool to ask the user for feedback.” to your prompt. The server reads a .user-feedback.json file in your project directory to optionally auto‑execute a command.
Key features of User Feedback MCP
- Human‑in‑the‑loop feedback for AI coding assistants.
- Works with Cline, Cursor, and other MCP‑compatible tools.
- Configurable command execution via
.user-feedback.json. - Simple installation using
uvand a cloned repository. - Provides a single
user_feedbacktool with project directory and summary arguments. - Web UI for testing during development (via
uv run fastmcp dev server.py).
Use cases of User Feedback MCP
- Ask for user approval before marking a code‑edit task as completed.
- Test desktop applications that require manual interaction steps.
- Validate complex changes by presenting a summary to the user.
FAQ from User Feedback MCP
What is the purpose of this MCP server?
It enables a human‑in‑the‑loop workflow, allowing AI coding tools to request feedback from the user before finalizing a task.
How do I install User Feedback MCP?
Install uv globally (e.g., pip install uv on Windows or the official install script on Linux/Mac), clone the repository, then add the server configuration to your Cline MCP settings.
What configuration file does it use?
The server reads a .user-feedback.json file in your project directory. It can contain a command to run and an execute_automatically flag to run it without clicking “Run”.
What tools does User Feedback MCP expose?
It exposes one tool called user_feedback. The tool requires a project_directory and a summary argument.
Does it have any runtime dependencies?
Yes, it requires Python and the uv package manager. The server is started using uv run server.py.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mlops
visengerA curated list of references for MLOps
评论