Back to Apps

Omni Memory MCP
Supports UIby allanschramm
Universal local memory server for multi-agent AI workflows using SQLite and FTS5 for fast, private context retrieval.
0 stars
Works in:CodexCursor
Exposes:Tools
What it does
Provides a persistent, local-first memory layer for AI agents. It allows agents to store and retrieve preferences, project details, and solutions across different sessions and tools using a structured SQLite database.
Tools
memory_add: Create a new one-off memory.memory_upsert: Update or create durable facts and preferences.memory_search: Full-text search memories using SQLite FTS5.memory_context_pack: Assemble compact, token-budgeted excerpts for prompts.memory_prune: Clean up decayed memories based on access frequency.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"omni-memory": {
"command": "npx",
"args": ["-y", "@sharkdyt/omni-memory-mcp"],
"env": {
"OMNI_MEMORY_DIR": "~/.omni-memory"
}
}
}
}
Supported hosts
- Claude Desktop
- OpenCode
- Codex
- Cursor
Quick install
npx -y @sharkdyt/omni-memory-mcpInformation
- Pricing
- free
- Published
- 7/7/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add npx -y @sharkdyt/omni-memory-mcp to MCP settingsClaude Desktop
{
"mcpServers": {
"omni-memory": {
"command": "npx",
"args": ["-y", "@sharkdyt/omni-memory-mcp"],
"env": {
"OMNI_MEMORY_DIR": "~/.omni-memory"
}
}
}
}





