The Claude Slack Bridge is an MCP server designed to empower Claude Code with the ability to seek human input during complex tasks. When Claude encounters a decision point, requires approval, clarification, or a missing credential, it can call the `ask_on_slack` tool. This bridge then posts Claude's query to a designated Slack channel, temporarily halting Claude's execution. It diligently waits for a human reply within the Slack thread, captures it, and relays the response back to Claude, allowing the AI to continue its task from where it left off. The system efficiently manages multiple concurrent requests, ensuring replies are routed to the correct waiting AI process.
Características Principales
01Pause Claude's execution to await human input
02Post questions and receive replies through a dedicated Slack channel
03Route replies from Slack threads to the correct waiting AI instance
04Handle multiple concurrent requests efficiently on a single event loop
05Configurable timeout for unanswered questions
060 GitHub stars