Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 909 Bytes

File metadata and controls

69 lines (45 loc) · 909 Bytes

Contributing to Local MCP Memory Server

Thanks for your interest in contributing 🚀

🧠 Project Goal

Build a persistent, multi-agent memory system using MCP.


⚙️ Setup

  1. Clone the repo
  2. Install dependencies:
 npm install
  1. Start server:
 npm run start:api
 npm start

🧩 Contribution Areas

  • MCP protocol improvements
  • Memory ranking algorithms
  • Logging + observability
  • Agent behavior & instructions
  • Performance optimization

📌 Guidelines

  • Keep stdout clean (MCP protocol rule)
  • Follow ESM structure
  • Write modular, readable code
  • Add comments for complex logic

🔄 Workflow

  1. Fork repo

  2. Create branch:

    git checkout -b feature/your-feature
  3. Commit changes

  4. Open Pull Request


🧠 Tip

If unsure:

  • open an issue first
  • discuss approach

Thanks for contributing 💙