-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
MCP Server Authentication Required: slack
The nightly stress test detected that the slack MCP server requires authentication to function properly. The server tools were not accessible during testing.
Test Details
- Test Session: stress-test-20260225-022355
- Test Date: 2026-02-25
- Server Container: mcp/slack
Required Authentication Token
Environment Variable: SLACK_BOT_TOKEN
Token Type: OAuth Bot Token
How to Obtain:
- Visit: (api.slack.com/redacted)
- Create a new Slack App or use an existing one
- Navigate to "OAuth & Permissions"
- Add required scopes (e.g.,
channels:read,chat:write,users:read) - Install the app to your workspace
- Copy the "Bot User OAuth Token" (starts with
xoxb-) - Add to repository secrets as
SLACK_BOT_TOKEN
Error Message
Server tools not accessible - no tools exposed through MCP Gateway
Suggested Configuration
{
"slack": {
"type": "stdio",
"container": "mcp/slack",
"env": {
"SLACK_BOT_TOKEN": "\$\{SLACK_BOT_TOKEN}"
}
}
}Next Steps
- Obtain
SLACK_BOT_TOKENfrom (api.slack.com/redacted) - Add token to repository secrets as
SLACK_BOT_TOKEN - Update stress test configuration to pass the key
- Verify server works in next nightly test
Generated by Nightly MCP Stress Test
Test Session: stress-test-20260225-022355
Generated by Nightly MCP Server Stress Test
Reactions are currently unavailable