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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,8 +135,8 @@ Fetches a CSV directory of all users in the workspace.
135
135
|`SLACK_MCP_ADD_MESSAGE_TOOL`| No |`nil`| Enable message posting via `conversations_add_message` by setting it to true for all channels, a comma-separated list of channel IDs to whitelist specific channels, or use `!` before a channel ID to allow all except specified ones, while an empty value disables posting by default. |
136
136
|`SLACK_MCP_ADD_MESSAGE_MARK`| No |`nil`| When the `conversations_add_message` tool is enabled, any new message sent will automatically be marked as read. |
137
137
|`SLACK_MCP_ADD_MESSAGE_UNFURLING`| No |`nil`| Enable to let Slack unfurl posted links or set comma-separated list of domains e.g. `github.com,slack.com` to whitelist unfurling only for them. If text contains whitelisted and unknown domain unfurling will be disabled for security reasons. |
138
-
|`SLACK_MCP_USERS_CACHE`| No |`.users_cache.json`| Path to the users cache file. Used to cache Slack user information to avoid repeated API calls on startup.|
139
-
|`SLACK_MCP_CHANNELS_CACHE`| No |`.channels_cache_v2.json`| Path to the channels cache file. Used to cache Slack channel information to avoid repeated API calls on startup.|
138
+
|`SLACK_MCP_USERS_CACHE`| No |`~/Library/Caches/slack-mcp-server/users_cache.json` (macOS)<br>`~/.cache/slack-mcp-server/users_cache.json`(Linux)<br>`%LocalAppData%/slack-mcp-server/users_cache.json` (Windows) | Path to the users cache file. Used to cache Slack user information to avoid repeated API calls on startup. |
139
+
|`SLACK_MCP_CHANNELS_CACHE`| No |`~/Library/Caches/slack-mcp-server/channels_cache_v2.json` (macOS)<br>`~/.cache/slack-mcp-server/channels_cache_v2.json`(Linux)<br>`%LocalAppData%/slack-mcp-server/channels_cache_v2.json` (Windows) | Path to the channels cache file. Used to cache Slack channel information to avoid repeated API calls on startup. |
140
140
|`SLACK_MCP_LOG_LEVEL`| No |`info`| Log-level for stdout or stderr. Valid values are: `debug`, `info`, `warn`, `error`, `panic` and `fatal`|
141
141
142
142
*You need either `xoxp`**or** both `xoxc`/`xoxd` tokens for authentication.
0 commit comments