MCP server for membank. Exposes memory tools to LLMs via the [Model Context Protocol](https://modelcontextprotocol.io).
CLI and npx entrypoint for membank. Manages memories from the terminal and starts the MCP server for LLM harnesses.
MCP server for remote management of project memory banks
Web UI for browsing, searching, and managing memories. Provides a full-featured dashboard to inspect memory storage, edit metadata, and review memories flagged for deduplication.
Core library for membank — handles storage, embeddings, deduplication, and semantic search.
A pool of reusable memory to prevent unnecessary deallocations
Simplifies memory state management for sensors with multiple memory banks by providing useful macros.