Human-In-the-Loop-MCP-Server
A powerful MCP Server that enables AI assistants like Claude to interact with humans through intuitive GUI dialogs. This server bridges the gap between automated AI processes and human decision-making by providing real-time user input tools, choices, confirmations, and feedback mechanisms.
GitHubスター
89
ユーザー評価
未評価
お気に入り
0
閲覧数
14
フォーク
5
イシュー
2
インストール方法
難易度
初級推定所要時間
5-10 分
インストール方法
インストール方法
前提条件
Python: 3.6以上
pip: 最新版
インストール手順
1. PyPIからインストール
bash
pip install hitl-mcp-server
2. サーバーを起動
bash
hitl-mcp-server
3. リポジトリをクローンして開発モードでインストール
bash
git clone https://github.com/GongRzhe/Human-In-the-Loop-MCP-Server.git
cd Human-In-the-Loop-MCP-Server
pip install -e .