Skip to main content
Glama

Discord MCP Server

.gitignore1.16 kB
# Node.js node_modules/ dist/ *.log .env .env.local .env.*.local ### IntelliJ IDEA ### .idea/modules.xml .idea/jarRepositories.xml .idea/compiler.xml .idea/libraries/ *.iws *.iml *.ipr ### Eclipse ### .apt_generated .classpath .factorypath .project .settings .springBeans .sts4-cache ### NetBeans ### /nbproject/private/ /nbbuild/ /dist/ /nbdist/ build/ !**/src/main/**/build/ !**/src/test/**/build/ ### VS Code ### .vscode/ ### Mac OS ### .DS_Store # Test files test-mcp-remote-local.js test-channel-positioning.js # Documentation and analysis files (generated/temporary) ARCHITECTURE_PATTERNS.md VOICE_AUDIO_IMPLEMENTATION.md channel_migration_map.md discord_audit_report.md discord_channels_structure.csv implementation_guide.md optimal_category_structure.md # Utility scripts (temporary) update_channels.js # Temporary analysis files *.csv *_report.md *_analysis.md *_guide.md *_patterns.md *_implementation.md test-channel-organization.js src/index.ts.backup # Additional Security Files .env* !.env.example *.pem *.key *.crt secrets/ config/production.json # Temporary files that might contain sensitive data *.tmp *.temp debug.log audit.log

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