Skip to content

Commit c066840

Browse files
committed
Merge branch 'main' of https://github.com/modelcontextprotocol/servers into burkeholland-vscode-install-instructions
2 parents adac92f + 872a3de commit c066840

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/slack/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,12 @@ Optionally, you can add it to a file called `.vscode/mcp.json` in your workspace
217217
}
218218
```
219219

220+
### Environment Variables
221+
222+
1. `SLACK_BOT_TOKEN`: Required. The Bot User OAuth Token starting with `xoxb-`.
223+
2. `SLACK_TEAM_ID`: Required. Your Slack workspace ID starting with `T`.
224+
3. `SLACK_CHANNEL_IDS`: Optional. Comma-separated list of channel IDs to limit channel access (e.g., "C01234567, C76543210"). If not set, all public channels will be listed.
225+
220226
### Troubleshooting
221227

222228
If you encounter permission errors, verify that:

0 commit comments

Comments
 (0)