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 .

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: Pythonのバージョンを確認し、依存関係を再インストールしてください。

追加リソース