discord-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OAUTH_ENABLED | No | Set to 'true' to enable OAuth authentication. | |
| DEDALUS_AS_URL | No | Dedalus AS URL for OAuth. | |
| OAUTH_BASE_URL | No | Base URL for Discord API. Default is https://discord.com/api/v10. | |
| OAUTH_CLIENT_ID | No | OAuth client ID. | |
| OAUTH_TOKEN_URL | No | OAuth token URL. | |
| DEDALUS_MCP_SERVER | No | MCP server name for deployment. | |
| OAUTH_AUTHORIZE_URL | No | OAuth authorize URL. | |
| OAUTH_CLIENT_SECRET | No | OAuth client secret. | |
| DISCORD_ACCESS_TOKEN | No | Discord access token for authentication (used in default code path or bot token). | |
| DISCORD_TEST_GUILD_ID | No | Test guild ID for development. | |
| OAUTH_SCOPES_AVAILABLE | No | OAuth scopes available, e.g., 'identify,guilds,messages.read'. | |
| DEDALUS_MCP_SERVER_ONLY | No | Set to '1' for MCP server only mode. | |
| DISCORD_TEST_CHANNEL_ID | No | Test channel ID for development. | |
| DISCORD_TEST_MESSAGE_ID | No | Test message ID for development. | |
| DISCORD_AUTH_HEADER_FORMAT | No | Format 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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