Skip to main content
Glama
chenzhaoxuan0

discord-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OAUTH_ENABLEDNoSet to 'true' to enable OAuth authentication.
DEDALUS_AS_URLNoDedalus AS URL for OAuth.
OAUTH_BASE_URLNoBase URL for Discord API. Default is https://discord.com/api/v10.
OAUTH_CLIENT_IDNoOAuth client ID.
OAUTH_TOKEN_URLNoOAuth token URL.
DEDALUS_MCP_SERVERNoMCP server name for deployment.
OAUTH_AUTHORIZE_URLNoOAuth authorize URL.
OAUTH_CLIENT_SECRETNoOAuth client secret.
DISCORD_ACCESS_TOKENNoDiscord access token for authentication (used in default code path or bot token).
DISCORD_TEST_GUILD_IDNoTest guild ID for development.
OAUTH_SCOPES_AVAILABLENoOAuth scopes available, e.g., 'identify,guilds,messages.read'.
DEDALUS_MCP_SERVER_ONLYNoSet to '1' for MCP server only mode.
DISCORD_TEST_CHANNEL_IDNoTest channel ID for development.
DISCORD_TEST_MESSAGE_IDNoTest message ID for development.
DISCORD_AUTH_HEADER_FORMATNoFormat for the Authorization header, e.g., 'Bot {api_key}' for bot token. Default is 'Bearer {api_key}'.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/chenzhaoxuan0/discord-mcp'

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