hitl-mcp

jeffkit/hitl-mcp
★ 0 stars Python AI/LLM Updated 1d ago
Human-in-the-Loop MCP Server for WeCom (企业微信)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hitl-mcp": {
      "command": "uvx",
      "args": [
        "hitl-mcp"
      ]
    }
  }
}

Or install with pip: pip install hitl-mcp

README Excerpt

让 AI Agent 在执行关键操作前,先通过微信 / 企业微信向你确认。 AI 把「需要人确认」的请求发给 hitl-server,hitl-server 把消息推到你的手机(微信 ClawBot 或企微 AI 机器人),你回复后 AI 拿到结果继续执行。整个链路本地运行,无需公网服务器。 ``` ┌──────────┐ MCP(stdio) ┌──────────┐ HTTP ┌────────────┐ 长连接 ┌──────────┐ │ AI Agent │ ───────────▶ │ hitl-mcp │ ──────▶ │ hitl-server│ ────────▶ │ 你的手机 │

Tools (2)

send_and_wait_replysend_message_only