What is it?
MemContext provides a hosted MCP server that gives AI assistants persistent memory through the Model Context Protocol. No local installation or infrastructure required. The server handles input validation, project name normalization, and formats responses for assistant consumption. All business logic — deduplication, classification, hybrid search — runs in the MemContext API.Connection URL
MEMCONTEXT-API-KEY or X-API-Key header. See MCP Setup for client-specific configs.
Tools
The server exposes four tools:| Tool | Purpose |
|---|---|
save_memory | Persist durable knowledge across sessions |
search_memory | Find relevant memories using hybrid search |
memory_feedback | Rate a retrieved memory as helpful, outdated, or wrong |
delete_memory | Remove a memory by ID |
