Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DISCORD_GUILD_IDYesThe Server (Guild) ID of the Discord server you want to manage.
DISCORD_BOT_TOKENYesYour Discord bot token from the Discord Developer Portal.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
discord_discover

Browse all available Discord operations organized by category.

discord_get_schema

Get detailed parameter schema for a specific operation.

Args:
    operation: Operation identifier (e.g., 'messages.send', 'members.list') or 'batch.category.action' for batch operations (e.g., 'batch.members.add_role')
discord_execute

Execute a Discord operation with specified parameters.

Args:
    operation: Operation identifier (e.g., 'messages.send', 'members.list') or 'batch.category.action' for batch operations
    params: Operation parameters (get schema first)

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

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