We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sdancy10/slack-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
cookie-tokens.env.example•1.06 KiB
# Slack Cookie-Based Authentication
# ===================================
# This method uses browser session tokens to impersonate a user account.
# Useful when you don't have an approved Slack app/bot token.
#
# ⚠️ SECURITY WARNING: These tokens give full access to your Slack account.
# Keep this file secure and never commit it to version control.
#
# See README.md for instructions on how to extract these values from Chrome.
# Your Slack workspace details
SLACK_TEAM_ID=T0XXXXXXX
SLACK_USER_ID=U0XXXXXXXX
# API URL - use ONE of these options:
# Option 1: Full API URL (recommended)
SLACK_API_URL=https://your-workspace.slack.com/api
# Option 2: Just the domain (script builds URL)
# SLACK_DOMAIN=your-workspace.slack.com
# Session tokens extracted from browser (see README for instructions)
SLACK_XOXC_TOKEN=xoxc-XXXXXXXXXXXX-XXXXXXXXXXXX-XXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
SLACK_XOXD_COOKIE=xoxd-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX