# Slack MCP Server - Environment Variables Template
# Copy this to .env and fill in your actual values
# Slack OAuth Token (get from https://api.slack.com/apps)
SLACK_TEST_TOKEN=xoxp-your-token-here-or-xoxb-bot-token
# Test Channel (Channel ID like C1234567890 or name like #testing)
SLACK_TEST_CHANNEL=#testing
# Optional: Enable message posting
# Set to "*" for all channels or comma-separated channel IDs
# SLACK_MCP_ADD_MESSAGE_TOOL=*
# Optional: Specific thread for testing replies
# SLACK_TEST_THREAD_TS=1234567890.123456