Skip to main content
Glama

Discord MCP Server

.env.example676 B
# Environment Variables (DO NOT COMMIT TOKENS!) # Copy this file to .env and fill in your actual values # Discord Bot Token (required) DISCORD_TOKEN=your_discord_bot_token_here # Default Discord Server ID (optional) # When provided, guildId parameter becomes optional for tools DISCORD_GUILD_ID=your_default_guild_id_here # Logging Configuration ENABLE_LOGGING=true LOG_LEVEL=INFO # Retry Configuration MAX_RETRIES=3 RETRY_DELAY=1000 TIMEOUT=30000 # Rate Limit Protection RATE_LIMIT_PROTECTION=true # Action Permissions (comma-separated, leave empty for all actions) # ALLOWED_ACTIONS=get_server_info,send_message,read_messages # DENIED_ACTIONS=delete_channel,ban_member

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/drvova/discord-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server