Local Context Memory MCP
JSON →A production-ready persistent memory system for AI agents, offering searchable memory across sessions with semantic search and support for multiple database backends.
Install
pip install -r Tools · 8
- store_memory Store a new memory with optional metadata and tags
- search_memories Search memories by semantic similarity or keywords
- get_memory Retrieve a specific memory by ID
- update_memory Update an existing memory's content or metadata
- delete_memory Delete a memory by ID
- list_memories List all memories with optional pagination
- get_context Retrieve context relevant to a given query
- clear_memories Clear all memories from the store
Environment variables
OLLAMA_API_URLPOSTGRES_HOSTPOSTGRES_PORT
Links
★ 12 GitHub stars