User Feedback
ユーザーフィードバック MCP
ClineやCursorなどのツールで人間参加型ワークフローを実現するシンプルなMCPサーバー。これは、複雑なユーザーインタラクションのテストを必要とするデスクトップアプリケーションの開発に特に役立ちます。

プロンプトエンジニアリング
最良の結果を得るには、カスタム プロンプトに次の内容を追加します。
タスクを完了する前に、user_feedback MCP ツールを使用してユーザーにフィードバックを求めます。
これにより、Cline はタスクを完了としてマークする前に、この MCP サーバーを使用してユーザーからのフィードバックを要求するようになります。
Related MCP server: mcp-connect
.user-feedback.json
*「構成を保存」*をクリックすると、プロジェクト ディレクトリに次のような.user-feedback.jsonファイルが作成されます。
{
"command": "npm run dev",
"execute_automatically": false
}この設定は起動時に読み込まれ、 execute_automatically有効になっている場合はcommandが即座に実行されます(手動で*「実行」を*クリックする必要はありません)。複数のステップを実行するコマンドの場合は、 Taskのようなコマンドを使用してください。
インスタレーション(クライン)
Cline に MCP サーバーをインストールするには、次の手順に従います (スクリーンショットを参照)。

uvをグローバルにインストールします。
Windows:
pip install uvLinux/Mac:
curl -LsSf https://astral.sh/uv/install.sh | sh
このリポジトリをクローンします (この例では
C:\MCP\user-feedback-mcp)。Cline MCP サーバーの構成に移動します (スクリーンショットを参照)。
*「インストール済み」*タブをクリックします。
*「MCP サーバーの構成」*をクリックすると、
cline_mcp_settings.jsonが開きます。user-feedback-mcpサーバーを追加します。
{
"mcpServers": {
"github.com/mrexodia/user-feedback-mcp": {
"command": "uv",
"args": [
"--directory",
"c:\\MCP\\user-feedback-mcp",
"run",
"server.py"
],
"timeout": 600,
"autoApprove": [
"user_feedback"
]
}
}
}
発達
uv run fastmcp dev server.pyこれにより、http://localhost:5173で Web インターフェイスが開き、テスト用の MCP ツールを操作できるようになります。
利用可能なツール
<use_mcp_tool>
<server_name>github.com/mrexodia/user-feedback-mcp</server_name>
<tool_name>user_feedback</tool_name>
<arguments>
{
"project_directory": "C:/MCP/user-feedback-mcp",
"summary": "I've implemented the changes you requested."
}
</arguments>
</use_mcp_tool>Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP Server that enables LLMs to interact with the local filesystem.1814512MIT
- AlicenseNot gradedqualityBmaintenanceA dead simple MCP server for exposing your app functions to AI agents like Claude Desktop.445MIT
- AlicenseBqualityBmaintenanceLocal + remote terminal interaction control MCP Server. Lets AI agents control interactive TUI programs the way a human would.298MIT
- AlicenseBqualityCmaintenanceMCP server for reading and responding to local macOS Messages from clients like Claude Desktop and Codex.5MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
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/mrexodia/user-feedback-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server