| Version | Supported |
|---|---|
| 2.1.x | ✅ Current |
| 2.0.x | |
| < 2.0 | ❌ No longer supported |
If you discover a security vulnerability, please:
- DO NOT open a public issue
- Email the maintainer directly or use GitHub's private vulnerability reporting
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
We will respond within 48 hours and work with you to resolve the issue.
This MCP server:
- Does NOT store credentials - uses environment variables for tokens
- Does NOT execute arbitrary code - only reads/analyzes files
- Does NOT make network requests without explicit user action
- ONLY accesses file paths explicitly provided by the user
- Don't commit sensitive data to knowledge base files
- Keep your Node.js version updated
- Review knowledge entries before adding (especially from community sources)
- Use environment variables for any API tokens (e.g.,
MENDIX_TOKEN)