discord-sovereign-mcp
by 1cz1
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_HOST | No | HTTP transport bind address. | 127.0.0.1 |
| HTTP_PORT | No | HTTP transport bind port. | 3000 |
| LOG_LEVEL | No | info | debug | warn | error. | info |
| TRANSPORT | No | stdio | http. | stdio |
| AUDIT_REASON | No | Audit-log reason stamped on actions. | via discord-sovereign-mcp |
| DISCORD_TOKEN | No | Bot or OAuth2 user token (required for bot token mode). | |
| DISCORD_TOKEN_TYPE | No | auto | bot | oauth2 | user. auto detects bot vs user from the token. | auto |
| DISCORD_OAUTH2_PORT | No | Local callback port used by --oauth. | 8788 |
| DISCORD_ALLOWED_GUILDS | No | Comma-separated guild IDs. When set, every tool refuses guilds outside the list. | |
| DISCORD_OAUTH2_CLIENT_ID | No | OAuth2 application client ID (required for OAuth2 mode). | |
| DISCORD_OAUTH2_REDIRECT_URI | No | Must match the redirect registered in the Discord developer portal. | http://localhost:8788/callback |
| DISCORD_OAUTH2_CLIENT_SECRET | No | OAuth2 application client secret (required for OAuth2 mode). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |