Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Environment mode (e.g., production, development). | production |
| LOG_LEVEL | No | Logging verbosity level (debug, info, warn, error). | info |
| MCP_API_KEY | Yes | Your secure API key for MCP server authentication and multi-tenant management. | |
| MCP_SERVER_NAME | No | Server identifier used in logging and identification. | discord-mcp-server |
| DISCORD_BOT_TOKEN | Yes | Your Discord bot token used for connection to the Discord API. | |
| MCP_INSPECTOR_PORT | No | Port for the built-in MCP Inspector dashboard. | 3001 |
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 | |