memory-mcp
6
Memory MCP is a Model Context Protocol server that allows users to store and manage memories through a variety of tools. It features a straightforward SQLite storage system and uses CLI tools for interaction and debugging. The project emphasizes ease of management and flexibility for developers.
Memory MCP
A Model Context Protocol server designed for storing and retrieving memories using a low-level Server implementation and SQLite storage. This project utilizes uv
for dependency management. The server provides tools such as remember
, get_memory
, list_memories
, update_memory
, and delete_memory
to manage memory entries.
Features
- Store, retrieve, update, and delete memory entries
- Debugging with the MCP Inspect tool
- Develop and contribute with development dependencies
- Supports command-line operations for interaction
Installation
- Install Memory MCP using
uv
package manager. - Install CLI tools to interact with the server directly.
Usage
- Run the server with
memory-mcp
command. - Use
mcp inspect
for debugging and interacting with the server.