MCP Servers / database / Local Context Memory MCP

Local Context Memory MCP

JSON →
none12database

A production-ready persistent memory system for AI agents, offering searchable memory across sessions with semantic search and support for multiple database backends.

Install
How to run this server
[ { "cmd": "pip install -r", "imports": [] } ]
server path: local-context-memory-mcp
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envOLLAMA_API_URL
envPOSTGRES_HOST
envPOSTGRES_PORT
Resources
Local Context Memory MCP — MCP Server · libregistry