-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Description
MCP Server Authentication Required: Slack
The nightly stress test detected that the Slack MCP server requires authentication to function properly.
Test Details
- Test Session: stress-test-20260204-180602
- Test Date: 2026-02-04T18:06:02Z
- Server Container: mcp/slack
Required Authentication Token
Environment Variable: SLACK_BOT_TOKEN and SLACK_TEAM_ID
Token Type: Bot User OAuth Token
How to Obtain:
- Visit: (api.slack.com/redacted)
- Create a new Slack app or use existing one
- Add bot token scopes (e.g.,
channels:read,chat:write) - Install app to workspace
- Copy Bot User OAuth Token
- Add tokens to repository secrets
Suggested Configuration
Add the following to your MCP Gateway configuration:
{
"slack": {
"type": "stdio",
"container": "mcp/slack",
"env": {
"SLACK_BOT_TOKEN": "${SLACK_BOT_TOKEN}",
"SLACK_TEAM_ID": "${SLACK_TEAM_ID}"
}
}
}Next Steps
- Create Slack app and obtain bot token
- Add SLACK_BOT_TOKEN to repository secrets
- Add SLACK_TEAM_ID to repository secrets
- Update stress test configuration
- Verify server works in next nightly test
Generated by Nightly MCP Stress Test
Test Session: stress-test-20260204-180602
AI generated by Nightly MCP Server Stress Test
Reactions are currently unavailable