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
SECURITY.md•1.78 kB
# Security Policy
## 🔒 Reporting Security Vulnerabilities
We take security seriously. If you discover a security vulnerability, please:
1. **DO NOT** open a public issue
2. Email us at [your-email@domain.com] with details
3. Include steps to reproduce the vulnerability
4. Allow us time to address the issue before public disclosure
## 🛡️ Security Best Practices
### For Users:
- **NEVER** commit your Discord bot token to any repository
- Use environment variables for all sensitive configuration
- Regularly rotate your Discord bot tokens
- Run the bot with minimal required permissions
- Monitor bot activity for suspicious behavior
### For Contributors:
- Follow secure coding practices
- Validate all user inputs
- Use parameterized queries if database interactions are added
- Never log sensitive information
- Review dependencies for known vulnerabilities
## 🔐 Environment Variables Security
This project requires sensitive environment variables:
```bash
DISCORD_TOKEN=your_bot_token_here
DISCORD_GUILD_ID=your_guild_id_here
```
**Security Requirements:**
- Copy `.env.example` to `.env`
- Never commit `.env` files
- Use different tokens for development/production
- Restrict bot permissions to minimum required
## 🚨 What to Do If Your Token Is Compromised
1. Immediately regenerate your Discord bot token
2. Update your local `.env` file
3. Update any deployment configurations
4. Review bot activity for unauthorized actions
5. Consider rotating any related credentials
## 📋 Supported Versions
| Version | Supported |
| ------- | ------------------ |
| 0.0.x | :white_check_mark: |
## 🔍 Security Audits
This project undergoes regular security reviews. Dependencies are monitored for vulnerabilities using GitHub's Dependabot.