If you need help with Local MCP Memory Server, here are the best ways to get support:
- GitHub Discussions - Ask questions and share ideas
- Discord Community - Real-time discussions with the team
For security vulnerabilities, please email contact@coderooz.in directly instead of creating a public issue.
See CONTRIBUTING.md for contribution guidelines and development setup.
- Check MongoDB is running:
mongod --version - Verify
.envfile exists withMONGO_URI - Check port 4000 is available
- Verify server is running:
npm run start:api - Check MCP server connection:
npm start - Review logs in MongoDB
logscollection
# Test MongoDB connection
mongosh --eval "db.adminCommand('ping')"
# Check server health
curl http://localhost:4000/health| Channel | Response Time | Use For |
|---|---|---|
| GitHub Issues | 24-48 hours | Bugs, features |
| GitHub Discussions | 48-72 hours | Questions, ideas |
| Discord | Real-time | Community support |
| 48-72 hours | Security, private matters |