Retour aux applications

Human-in-the-Loop
Interface UIpar koba789
Allow AI assistants to ask questions to humans via Discord for confirmation and specialized knowledge.
0 étoiles
Fonctionne dans:claude
Expose: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
Installation rapide
cargo install --git https://github.com/KOBA789/human-in-the-loop.gitInformations
- Tarification
- free
- Publié
- 6/15/2026
- étoiles
- 0
Catégories
Choisissez votre client IA et suivez les étapes ci-dessous.
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"
}
}
}
}





