Thanks for your interest in contributing 🚀
Build a persistent, multi-agent memory system using MCP.
- Clone the repo
- Install dependencies:
npm install- Start server:
npm run start:api
npm start- MCP protocol improvements
- Memory ranking algorithms
- Logging + observability
- Agent behavior & instructions
- Performance optimization
- Keep stdout clean (MCP protocol rule)
- Follow ESM structure
- Write modular, readable code
- Add comments for complex logic
-
Fork repo
-
Create branch:
git checkout -b feature/your-feature
-
Commit changes
-
Open Pull Request
If unsure:
- open an issue first
- discuss approach
Thanks for contributing 💙