Skip to main content
Glama

Discord MCP Server

docker-compose.yml707 B
version: '3.8' services: discord-mcp: build: . container_name: discord-mcp-server environment: - DISCORD_TOKEN=${DISCORD_TOKEN} - DISCORD_GUILD_ID=${DISCORD_GUILD_ID} - NODE_ENV=production stdin_open: true tty: true restart: unless-stopped networks: - discord-mcp-network # Ensure proper signal handling for stdio transport init: true # Add health check to monitor container status healthcheck: test: ["CMD", "node", "-e", "process.exit(0)"] interval: 30s timeout: 10s retries: 3 start_period: 40s networks: discord-mcp-network: driver: bridge ipam: config: - subnet: 172.20.0.0/16

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/drvova/discord-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server