Skip to main content
Glama
arrrnmp

discord-mcp

by arrrnmp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DISCORD_TOKENYesYour bot token (required)
MCP_HTTP_HOSTNoHost to bind to (optional)127.0.0.1
MCP_HTTP_PATHNoURL path for the MCP endpoint (optional)/mcp
MCP_HTTP_PORTNoPort to listen on (optional)3456
DISCORD_BOT_IDNoBot user ID (optional)
DISCORD_DRY_RUNNoBlock all mutations, return previews instead (optional)false
MCP_SESSION_TTL_MSNoHow long an idle session lives (ms) (optional)3600000
DISCORD_APPLICATION_IDYesYour application ID (required)
MCP_SESSION_CLEANUP_MSNoHow often stale sessions are cleaned up (ms) (optional)300000
DISCORD_GATEWAY_ENABLEDNoEnable live Gateway connection (optional)false
DISCORD_GATEWAY_INTENTSNoComma-separated intent names or numeric bitfield (optional)Guilds
DISCORD_GUILD_ALLOWLISTNoComma-separated list of allowed guild IDs (optional)

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

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