A
securityA
licenseA
qualityEnables interaction with Slack workspaces as a user, supporting channel listing, message posting, threading, reactions, and user management via the Slack API.
Last updated -
8
3
JavaScript
MIT License
模型上下文协议 (MCP) 服务器提供访问 Slack 搜索功能所需的工具和资源。该服务器允许 LLM 从 Slack 工作区搜索和检索用户、频道、消息等信息。
get_users
- 获取 Slack 工作区中的用户列表get_channels
- 获取 Slack 工作区中的频道列表get_channel_messages
- 从特定频道获取消息get_thread_replies
- 获取线程中的回复search_messages
- 在 Slack 中搜索消息allusers://
- 获取 Slack 工作区中的所有用户allchannels://
- 获取 Slack 工作区中的所有频道要构建可执行文件:
这将在dist
目录中创建一个已编译的可执行文件。
要将此服务器与启用 MCP 的 LLM 一起使用,请将其添加到您的 MCP 配置中:
该服务器包括针对以下方面的全面错误处理:
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
MCP 服务器使 LLM 能够访问 Slack 的搜索功能,以从 Slack 工作区检索用户、频道、消息和线程回复。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/takuya0206/slack_search_function_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server