
Local Memory MCP
Supports UIby studiomeyer-io
Persistent local memory for AI assistants using SQLite with a built-in Knowledge Graph and full-text search.
What it does
Provides a persistent, local-first memory layer for AI assistants. It stores learnings, decisions, and entity observations in a single SQLite file, ensuring that the AI remembers context across different chat sessions without using cloud APIs.
Tools
memory_learn: Stores a piece of knowledge with category and content.memory_recall: Quick search specifically for stored learnings.memory_search: Unified FTS5 search across learnings, decisions, and entities.memory_decide: Records a decision with reasoning and alternatives.memory_entity_observe: Records facts about people, projects, or tools into a knowledge graph.memory_session_start: Loads context from previous sessions to prime the AI.
Installation
To use with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "@studiomeyer/local-memory-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Cursor
- Codex
Quick install
npx -y @studiomeyer/local-memory-mcpInformation
- Pricing
- free
- Published
- 5/4/2026
- stars






