mcp-hitl-gate

locguru/mcp-hitl-gate
★ 0 stars Unknown language AI/LLM Updated today
Model Context Protocol (MCP) server featuring asynchronous Human-in-the-Loop (HITL) execution gating and live Google Workspace summarization powered by Gemini 2.5 Flash.
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": {
    "mcp-hitl-gate": {
      "command": "npx",
      "args": [
        "-y",
        "locguru/mcp-hitl-gate"
      ]
    }
  }
}