OlympHill
U

user-feedback-mcp간단한 MCP 서버를 통해 툴 seperti Cline 및 Cursor 에 human-in-the-loop workflow를 활성화하세요.

(0)
Daniel Nikulshyn리뷰어 Daniel Nikulshyn·업데이트됨 2026년 7월

개요

user-feedback-mcp은 간단한 MCP 서버인 반쪽인 사람으로 이루어진 Workflow를 구동하는 툴인 클라인(Cline)과 커서(Cursor)와 같은 도구와 함께 설계되었습니다. 사용자와의 복잡한 상호 작용이 가능하여 데스크톱 애플리케이션의 테스트 과정에서 용이합니다. 서버는 작업 완료되기 전에 사용자 피드백을 요청할 수 있습니다. 특히, 사용자 입력이 필요한 애플리케이션 개발에 도움이 됩니다. 클라인(Cline)에 설치하는 동안 MCP 서버의 구성과 user-feedback-mcp 서버를 추가하는 것으로 설치가 가능합니다. 설정을 저장하면 프로젝트 디렉터리에 '.user-feedback.json' 파일이 생성됩니다. 서버는 uv를 사용하여 실행할 수 있으며, 테스트를 위해 웹 인터페이스가 http://localhost:5173 접속이 가능한 상태입니다.

주요 기능

  • MCP server
  • human-in-the-loop workflow
  • 사용자 피드백 요청
  • 구성 가능
  • 테스트를 위한 웹 인터페이스

가격

모델
Free
카테고리
MCP 서버
평점
아직 리뷰 없음

사용 사례

데스크톱 어플리케이션 테스트

사용자 피드백 MCP 서버는 복잡한 사용자 상호작용을 요구하는 데스크톱 어플리케이션 테스트에 사용될 수 있습니다.

Cline에서 개발

Tool을 Cline에 설치하여 human-in-the-loop workflow를 활성화하고_task_완료 시 사용자 피드백을 요청하는 데 사용할 수 있습니다.

장단점

장점

  • human-in-the-loop workflow 사용을 활성화합니다.
  • 복잡한 사용자 상호작용을 위한 유용합니다.
  • 사용자 피드백을 요청하여 구성 가능합니다.
  • 데스크톱 어플리케이션 개발을 위한 지원

단점

  • 구성 및 설치가 필요합니다.
  • uv 및 기타 도구에 의존합니다.

리뷰

리뷰를 작성하려면 로그인하세요.

아직 리뷰가 없습니다. 첫 번째가 되어보세요!

Q&A

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 서버 대안