1. Get an API key
Sign up at app.memcontext.in and create an API key from Settings > API Keys. Your key will look likemc_abc123... and is shown only once — store it securely.
2. Save a memory
status field tells you what happened:
| Status | Meaning |
|---|---|
saved | New memory created |
updated | New memory superseded an existing one |
extended | New memory extends an existing one |
duplicate | Content already exists, no new memory created |
3. Search memories
4. Save a project-scoped memory
5. Connect the MCP server
Add MemContext to your AI coding assistant. For example, with Claude Code:save_memory and search_memory directly.
See MCP Setup for Cursor, OpenCode, Codex CLI, and agent instructions.
Recommended workflow
- Search first — check for existing context before making assumptions
- Save when durable — persist stable preferences, decisions, and project facts
- Use categories — tag memories so they can be filtered later
- Use projects — scope project-specific knowledge so it does not pollute general memory
- Give feedback — mark retrieved memories as helpful or outdated to improve quality
