Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"discord-bridge": {
"command": "bun",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server.ts"
],
"env": {
"BRIDGE_PORT": "7676",
"PLUGIN_DATA": "${CLAUDE_PLUGIN_DATA}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bunCommand-line arguments passed to the server process
Environment variables set when the server starts
BRIDGE_PORT=7676PLUGIN_DATA=${CLAUDE_PLUGIN_DATA}npx claudepluginhub chrismdemian/claude-code-discord-bridge --plugin discord-bridge