MCP Servers / development / MCP Memory Keeper

MCP Memory Keeper

JSON →
httpnone123development

A server for persistent context management in Claude AI coding assistants, using a local SQLite database for storage.

Install
How to run this server
[ { "cmd": "npx mcp-memory-keeper", "imports": [] } ]
server path: mcp-memory-keeper
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envMCP_CHARS_PER_TOKEN
Resources
MCP Memory Keeper — MCP Server · libregistry