MCP Memory Keeper
JSON →A server for persistent context management in Claude AI coding assistants, using a local SQLite database for storage.
Install
npx mcp-memory-keeper Tools · 12
- save_context Save context items with categories, priorities, and channels
- restore_context Restore context by checkpoint key or channel
- search_context Full-text search across all saved context with time-based queries, regex patterns, and pagination
- create_checkpoint Create a complete context snapshot
- export_context Export context for backup and sharing
- import_context Import context from backup
- batch_save Save multiple items atomically
- batch_update Update multiple items atomically
- batch_delete Delete multiple items atomically
- reassign_channel Move items between channels based on patterns
- link_context Link related items with typed relationships
- monitor_context Watch for context changes with filters
Environment variables
MCP_CHARS_PER_TOKEN
Links
★ 123 GitHub stars