Skip to main content
Glama

Discord MCP Server

smithery.yaml512 B
# Smithery.ai configuration startCommand: type: stdio configSchema: type: object required: - discordToken properties: discordToken: type: string description: The bot token for Discord integration. discordGuildId: type: string description: Optional default Discord server ID. commandFunction: |- config => ({command: 'node', args: ['./dist/index.js'], env: {DISCORD_TOKEN: config.discordToken, DISCORD_GUILD_ID: config.discordGuildId}})

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