We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GustyCube/discord-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
scripts/publish_github.sh
dist/
node_modules/
# VitePress build output
docs/.vitepress/dist/
docs/.vitepress/cache/
# Environment files
.env
.env.local
.env.*.local
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS files
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Test coverage
coverage/
.nyc_output/
# TypeScript cache
*.tsbuildinfo