mcp-pocket-memory-0.4.0 is not a library.
MCP Pocket Memory
Small MCP server for durable AI memory backed by SQLite.
Features
- Store, update, delete, and search memories.
- Optional
repofield for project-specific context. - Optional custom tags for faster filtering.
- Broad keyword search across key, content, repo, and tags.
- SQLite WAL mode for light parallel agent usage.
- Cached
find_memoryresults with TTL.
Build
Install
From crates.io:
https://crates.io/crates/mcp-pocket-memory
From GitHub Releases:
https://github.com/robby031/mcp-pocket-memory/releases
Init Database
MCP Config
Tools
upsert_memory
Insert or update a memory by key.
find_memory
Find relevant memories. Can be called without filters to load recent context.
delete_memory
Delete a memory by exact key.
Release
GitHub Actions builds release binaries when pushing a tag: