Issues and pull requests welcome.
git clone https://github.com/studiomeyer-io/local-memory-mcp.git
cd local-memory-mcp
npm install
npm run dev # starts server with tsx watch
npm test # runs vitest
npm run build # compiles TypeScriptTest manually:
echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"1.0"}}}' | node dist/server.js- One feature or fix per PR
- Include tests for new tools
- Run
npm testandnpm run buildbefore submitting - Keep PRs small and focused
Format: type: short description
Types: feat, fix, docs, chore, test