claude-slack-bridge
活跃·★ 28·MIT·更新于 2026-05-27
★ 时下流行★ API 集成
一个双向桥接工具,让Claude Code通过Slack发送问题并等待回复,或通过Slack标签启动带项目上下文的Claude会话。
Claude ↔ Slack Bridge 是一个双向桥接工具,允许Claude Code通过Slack暂停并提问、等待回复后继续执行;也支持在Slack中@机器人以基于频道启动带有完整项目上下文的Claude会话。系统采用守护进程+会话模型,支持多个并发会话,零轮询。
#MCP 协议#MCP 服务器#MCP 服务器#Slack#Slack 机器人
01
功能特性
01双向通信:Claude通过Slack提问并在收到回复后继续;Slack中@机器人可启动带项目上下文的Claude会话。
02多会话支持:通过守护进程和每个会话独立的Docker exec处理并发Claude会话。
03项目感知机器人:将Slack频道映射到项目目录,运行带正确上下文的 claude -p。
04Git worktree 支持:无需修改配置即可将Slack消息路由到不同分支。
05可选访问控制:通过灵活/严格模式限制用户和频道使用机器人。
02
兼容性
Linux
Linux
已通过文档验证
macOS
macOS
已通过文档验证
Windows
Windows
已通过文档验证
03
快速开始
1
$ git clone https://github.com/your-username/claude-slack-bridge.git
2
$ cd claude-slack-bridge
3
$ cp .env.example .env
4
$ docker compose up -d --build
04
使用场景
↳Claude在任务中需要人类批准:向Slack发送问题,等待回复后继续执行。
↳开发者希望快速在特定项目上运行Claude:在项目的Slack频道中@机器人。
↳同时处理多个分支:每个worktree路由到独立的Slack线程,无需修改配置。
05
同类工具
相关搜索
评论
登录后发表评论
- QQuinn Zhang2026年5月25日
Low latency — the pause and resume cycle doesn't break the development flow.
- DDrew Thompson2026年5月24日
Claude Code pauses and asks instead of making uncertain decisions autonomously.
- CCameron Johnson2026年5月17日
Slack bridge feels natural for teams already living in Slack.
- LLane Brown2026年5月15日
Good for workflows where some decisions need human judgment before proceeding.
- PPeyton Thompson2026年3月18日
Human-in-loop approval via Slack mid-task is exactly the right integration for production agents.