
slackdump
by rusq·★ 2,587·综合分 55
Slackdump MCP 服务器可在无需管理员权限的情况下分析 Slack 存档。
概述
Slackdump 是一个全面的功能,用于存档私人 Slack 消息、公共 Slack 消息、线程、文件和用户。它提供命令行功能和 MCP 服务器实现。MCP 服务器通过各种工具(如 load_source、list_channels、get_messages、get_thread 等)提供对存档 Slack 数据的只读访问。它支持 stdio 和 HTTP 传输,使其与多个 AI 代理和开发环境兼容。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要无需管理员权限分析 Slack 存档,并希望使用 AI 工具进行内容分析时选择此工具。
什么时候不要选它
如果您需要实时访问活跃的 Slack 数据或需要写入权限修改 Slack 内容,请不要选择此工具。
此 server 暴露的工具
从 README 抽取出 8 个工具load_sourceOpen or switch to a Slackdump archive at runtime
list_channelsList all channels in the archive
get_channelGet detailed info for a channel by ID
list_usersList all users/members in the workspace
get_messagesRead messages from a channel (paginated)
get_threadRead all replies in a thread
get_workspace_infoGet workspace/team metadata
command_helpGet CLI flag help for any slackdump subcommand
可对比工具
安装
- 安装 Slackdump:
``shell brew install slackdump ``
- 创建新的 MCP 项目:
``shell slackdump mcp -new opencode ~/my-slack-project ``
- 对于 Claude Desktop,将此添加到 config.json:
``json { "mcpServers": { "slackdump": { "command": "slackdump", "args": ["mcp"] } } } ``
FAQ
- 使用 Slackdump 是否需要创建 Slack 应用程序?
- 不需要。只需运行应用程序,EZ-Login 3000 将处理身份验证,或者从浏览器 Slack 会话中获取令牌和 cookie。
- 我可以从免费 Slack 工作区获取超过 90 天的数据吗?
- 不可以,很遗憾不能。Slack 不允许导出免费工作区中超过 90 天的数据。
Hacker News 讨论
开发者社区最近的相关讨论。
- Slackdump▲ 189💬 47帖子 by xnx · 2024-08-17
- 帖子 by gslin · 2023-06-11
slackdump 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。