We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/scarecr0w12/discord-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•413 B
# Discord Bot Token
# Get your bot token from https://discord.com/developers/applications
# Make sure to enable the following intents in your Discord Developer Portal:
# - GUILDS
# - GUILD_MEMBERS
# - GUILD_MODERATION
# - GUILD_MESSAGES
# - GUILD_PRESENCES
# - MESSAGE_CONTENT
DISCORD_BOT_TOKEN=your_bot_token_here
# HTTP Server Configuration
# The port the MCP server will listen on (default: 3000)
PORT=3000