You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,14 @@ Model Context Protocol (MCP) server for Slack Workspaces. The most powerful MCP
8
8
> If you appreciate the work our [contributors](https://github.com/korotovsky/slack-mcp-server/graphs/contributors) have put into this project, please consider giving the repository a star.
9
9
10
10
This feature-rich Slack MCP Server has:
11
-
-**Stealth mode**: Run the server without any additional permissions or bot installations.
12
-
-**OAuth mode**: Use secure OAuth tokens for secure access without needing to refresh or extract tokens from the browser.
13
-
-**Channel and thread support**: Fetch messages from channels and threads, including activity messages.
14
-
-**Channel by name**: Fetch channels by their names, such as `#general`, not only but their ids.
11
+
-**Stealth and OAuth Modes**: Run the server without requiring additional permissions or bot installations (stealth mode), or use secure OAuth tokens for access without needing to refresh or extract tokens from the browser (OAuth mode).
12
+
-**Enterprise Workspaces Support**: Possibility to integrate with Enterprise Slack setups.
13
+
-**Channel and Thread Support with `#Name``@Lookup`**: Fetch messages from channels and threads, including activity messages, and retrieve channels using their names (e.g., #general) as well as their IDs.
15
14
-**DM and Group DM support**: Retrieve direct messages and group direct messages.
16
15
-**Embedded user information**: Embed user information in messages, for better context.
17
16
-**Smart History**: Fetch messages with pagination by date (d1, 7d, 1m) or message count.
18
17
-**Cache support**: Cache users and channels for faster access.
19
-
-**Stdio and SSE transports**: Use the server with any MCP client that supports Stdio or SSE transports.
20
-
-**Proxy support**: Configure the server to use a proxy for outgoing requests.
18
+
-**Stdio/SSE Transports & Proxy Support**: Use the server with any MCP client that supports Stdio or SSE transports, and configure it to route outgoing requests through a proxy if needed.
0 commit comments