-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathserver.json
More file actions
61 lines (61 loc) · 1.88 KB
/
Copy pathserver.json
File metadata and controls
61 lines (61 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.cappyeo/discord-mcp",
"title": "Discord MCP",
"description": "Caller-owned Discord operations for AI agents with 209 typed tools and verifiable guild builds.",
"repository": {
"url": "https://github.com/cappyeo/discord-mcp",
"source": "github",
"id": "1223078565",
"subfolder": "packages/mcp-server"
},
"version": "0.28.0",
"websiteUrl": "https://cappyeo.github.io/discord-mcp/",
"icons": [
{
"src": "https://raw.githubusercontent.com/cappyeo/discord-mcp/v0.28.0/site/src/assets/discord-mcp-logo-light.png",
"mimeType": "image/png",
"sizes": ["1024x1024"],
"theme": "light"
},
{
"src": "https://raw.githubusercontent.com/cappyeo/discord-mcp/v0.28.0/site/src/assets/discord-mcp-logo-dark.png",
"mimeType": "image/png",
"sizes": ["1024x1024"],
"theme": "dark"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@discord-mcp/cli",
"version": "0.28.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Discord bot token. The optional Bot prefix is accepted.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DISCORD_TOKEN"
},
{
"description": "Expected Discord bot ID. Startup fails if the token belongs to another bot.",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "DISCORD_EXPECTED_BOT_ID"
},
{
"description": "Comma-separated Discord guild IDs this deployment may operate against.",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "ALLOWED_GUILDS"
}
]
}
]
}