by KOBA789 · MCP Server · ★ 221
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
Human-in-the-Loop MCP Server An MCP (Model Context Protocol) server that allows AI assistants to ask questions to humans via Discord. Overview This MCP server is used when AI assistants need human input or judgment during their work. For example: When having an LLM create documentation, the AI designs the structure while humans provide specific content When the AI needs confirmation on uncertain decisions When specialized knowledge or personal information is required Requirements Rust (1.70 or higher) Discord account and bot MCP-compatible AI client (Claude Desktop, Copilot Edits, etc.) Setup Create Discord Bot Go to Discord Developer Portal Create a new application Create a bot in the Bot section and obtain the token Set required permissions: Send Messages Create Public Threads Read Message History Enable privileged gateway intents in Bot section: Message Content Intent Install Connecting with MCP Clients Claude Desktop Configuration Add the following to : json { "mcpServers": { "human-in-the-loop": { "command": "human-in-the-loop", "args": [ "--discord-cha
| Stars | 221 |
| Forks | 20 |
| Language | Rust |
| Category | MCP Server |
| License | MIT |
| Quality Score | 71.802052565892/100 |
| Open Issues | 2 |
| Last Updated | 2025-07-02 |
| Created | 2025-06-21 |
| Platforms | mcp, rust |
| Est. Tokens | ~5k |
Explore other popular mcp server tools:
human-in-the-loop is An MCP (Model Context Protocol) server that allows AI assistants to ask questions to humans via Discord.. It is categorized as a MCP Server with 221 GitHub stars.
human-in-the-loop is primarily written in Rust.
You can find installation instructions and usage details in the human-in-the-loop GitHub repository at github.com/KOBA789/human-in-the-loop. The project has 221 stars and 20 forks, indicating an active community.
human-in-the-loop is released under the MIT license, making it free to use and modify according to the license terms.