U

user-feedback-mcpخادم MCP بسيط لتمكين سير عمل بشري في الحلقات في أدوات مثل Cline و Cursor.

(0)
Daniel Nikulshynمراجعة بواسطة Daniel Nikulshyn·تم التحديث يوليو 2026

نظرة عامة

user-feedback-mcp هو خادم MCP بسيط مصمم لتمكين سير عمل بشري في الحلقات في أدوات مثل Cline و Cursor. يسمح بالتفاعلات البشرية المعقدة أثناء اختبار تطبيقات سطح المكتب. يمكن تكوين الخادم لطلب تعليقات المستخدم قبل إكمال المهام. هذا مفيد بشكل خاص لتطوير التطبيقات التي تتطلب إدخال المستخدم. يمكن تثبيت الأداة في Cline بتكوين خوادم MCP وإضافة خادم user-feedback-mcp. يتم إنشاء ملف .user-feedback.json في دليل المشروع عند حفظ التكوين. يمكن تشغيل الخادم باستخدام uv، وواجهة ويب متاحة للاختبار على http://localhost:5173.

الميزات الرئيسية

  • خادم MCP
  • سير عمل بشري في الحلقات
  • طلب تعليقات المستخدم
  • قابل للتكوين
  • واجهة ويب للاختبار

التسعير

النموذج
Free
الفئة
مضيفي MCP
التقييم
لا توجد مراجعات بعد

حالات الاستخدام

اختبار تطبيقات سطح المكتب

يمكن استخدام خادم user-feedback-mcp لاختبار تطبيقات سطح المكتب التي تتطلب تفاعلات بشرية معقدة.

التطوير مع Cline

يمكن تثبيت الأداة في Cline لتمكين سير عمل بشري في الحلقات وطلب تعليقات المستخدم أثناء إكمال المهام.

المزايا والعيوب

المزايا

  • تمكين سير عمل بشري في الحلقات
  • مفيد للتفاعلات البشرية المعقدة
  • قابل للتكوين لطلب تعليقات المستخدم
  • يدعم تطوير تطبيقات سطح المكتب

العيوب

  • يتطلب تكوينًا وتثبيتًا
  • يعتمد على uv وأدوات أخرى

المراجعات

سجّل الدخول لكتابة مراجعة.

لا توجد مراجعات بعد. كن الأول!

أسئلة وأجوبة

What are the main limitations of this tool?

The server requires manual configuration and installation, depends on uv and other tooling, and is only suitable for desktop applications needing complex user interactions. It also needs to be run locally, which may limit scalability for larger projects.

Asked by Xavier Costa · Aug 9, 2025

Which tools can use the user-feedback MCP server?

It is designed for use with tools that support MCP, notably Cline and Cursor. By adding the server to their MCP configuration, these tools can invoke the `user_feedback` tool to request human input before marking tasks complete.

Asked by Zara Ahmed · Jun 10, 2025

What does the .user-feedback.json configuration do?

When you save the MCP configuration in Cline, a .user-feedback.json file is created containing keys like `command` and `execute_automatically`. If `execute_automatically` is true, the specified command runs immediately on startup, eliminating the need to click Run manually; otherwise you must trigger it manually.

Asked by Olamide Fashola · Jun 7, 2025

How do I install and run the user-feedback-mcp server?

First install uv globally (pip install uv on Windows or curl … on Linux/Mac). Clone the repo, then configure Cline’s MCP servers by adding an entry in cline_mcp_settings.json pointing to the repository and setting the command to run `uv args: [ directory c:\MCP\user feedback mcp run server.py ]`. Finally run the server with `uv run fastmcp dev server.py` to launch the web interface at http://localhost:5173.

Asked by Grzegorz Lewandowski · May 8, 2025

اطرح سؤالاً

بدائل لـ مضيفي MCP