memoer-mcp

memoer-mcp

3.5

If you are the rightful owner of memoer-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

A minimal, pluggable memory management library for Node.js, inspired by OpenMemory.

Memoer-MCP is a lightweight and flexible memory management library designed for Node.js applications. It provides a programmatic API for managing memories with features like adding, listing, updating, and deleting memories. The library supports semantic search using Qdrant and utilizes OpenAI embeddings for enhanced search capabilities. It stores data locally using SQLite through Prisma, ensuring efficient and reliable data management. Memoer-MCP is built with a TypeScript-first approach, making it ideal for developers who prefer type safety and modern JavaScript features. The library is designed to be minimalistic, with no web server or frontend, focusing solely on backend memory management tasks.

Features

  • Add, list, update, delete memories
  • Semantic search (Qdrant)
  • User, app, and category support
  • Local SQLite (via Prisma)
  • TypeScript-first

Tools