Skip to content

Commit 4fde20e

Browse files
authored
fix discord. (#398)
1 parent 27f9145 commit 4fde20e

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

mcp_servers/discord/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,11 @@ server = klavis.mcp_server.create_server_instance("DISCORD", "user123")
2626
### 🐳 Using Docker (For Self-Hosting)
2727

2828
```bash
29-
# Run Discord MCP Server (OAuth support through Klavis AI)
30-
docker run -p 5000:5000 -e KLAVIS_API_KEY=your_free_key \
31-
ghcr.io/klavis-ai/discord-mcp-server:latest
32-
33-
# Run Discord MCP Server (no OAuth support)
34-
docker run -p 5000:5000 -e AUTH_DATA='{"access_token":"your_discord_bot_token_here"}' \
29+
# Run Discord MCP Server
30+
docker run -p 5000:5000 -e DISCORD_TOKEN=your_discord_bot_token_here \
3531
ghcr.io/klavis-ai/discord-mcp-server:latest
3632
```
3733

38-
**OAuth Setup:** Discord requires OAuth authentication. Use `KLAVIS_API_KEY` from your [free API key](https://www.klavis.ai/home/api-keys) to handle the OAuth flow automatically.
39-
4034
## 🛠️ Available Tools
4135

4236
- **Message Management**: Send, edit, and delete messages

0 commit comments

Comments
 (0)