human-in-the-loop

KOBA789/human-in-the-loop
★ 222 stars Rust 🤖 AI/LLM Updated 1mo ago
An MCP (Model Context Protocol) server that allows AI assistants to ask questions to humans via Discord.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "human-in-the-loop": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "human-in-the-loop"
      ]
    }
  }
}