Back to Apps

Human-in-the-Loop
Supports UIby koba789
Allow AI assistants to ask questions to humans via Discord for confirmation and specialized knowledge.
0 stars
Works in:claude
Exposes:Tools
What it does
This MCP server bridges the gap between AI assistants and human judgment. It enables an LLM to pause its workflow and request specific input, confirmation, or specialized knowledge from a human user via Discord, ensuring high-accuracy outcomes for complex tasks.
Tools
ask_human: Sends a question to a specified Discord channel and mentions the user, then waits for a reply to return to the AI.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"human-in-the-loop": {
"command": "human-in-the-loop",
"args": [
"--discord-channel-id", "your-channel-id",
"--discord-user-id", "your-user-id"
],
"env": {
"DISCORD_TOKEN": "your-discord-bot-token"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
cargo install --git https://github.com/KOBA789/human-in-the-loop.gitInformation
- Pricing
- free
- Published
- 6/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"human-in-the-loop": {
"command": "human-in-the-loop",
"args": [
"--discord-channel-id", "channel-id",
"--discord-user-id", "user-id"
],
"env": {
"DISCORD_TOKEN": "your-discord-bot-token"
}
}
}
}





