The nightly stress test detected that the slack MCP server requires authentication to function properly.
Test Details
- Test Session: stress-test-20260208-034257
- Test Date: 2026-02-08T03:42:57Z
- Server Container: mcp/slack
Required Authentication Token
Environment Variables: SLACK_BOT_TOKEN, SLACK_TEAM_ID
Token Type: Bot Token and Team ID
How to Obtain:
- Visit: (api.slack.com/redacted)
- Create a new Slack app or select existing
- Install app to your workspace
- Copy Bot User OAuth Token
- Get Team ID from workspace settings
- Add both to repository secrets
Error Message
Please set SLACK_BOT_TOKEN and SLACK_TEAM_ID environment variables
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
Generated by Nightly MCP Stress Test
Test Session: stress-test-20260208-034257
AI generated by Nightly MCP Server Stress Test
The nightly stress test detected that the slack MCP server requires authentication to function properly.
Test Details
Required Authentication Token
Environment Variables:
SLACK_BOT_TOKEN,SLACK_TEAM_IDToken Type: Bot Token and Team ID
How to Obtain:
Error Message
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
Generated by Nightly MCP Stress Test
Test Session: stress-test-20260208-034257