How It Works
The MCP (Model Context Protocol) server acts as a bridge between your coding tool and your MemoryBase account. When you ask Claude Code something like “find my conversation about the login page,” Claude Code calls thesearch_memory tool behind the scenes and returns the results.
Setup
Register the MCP server with your coding tool once: Claude Code:npx -y memorybase mcp as a stdio type server.
You must be signed in (
memorybase login) before the MCP server can access your memory.Available Tools
The MCP server exposes 9 tools:| Tool | Description |
|---|---|
search_memory | Semantic search across all your conversations and projects |
search_text | Keyword search across project and conversation titles |
memory_status | Check how much memory is indexed and searchable |
list_projects | List all your projects |
get_project_context | Load a project’s full context pack |
list_conversations | List your captured conversations |
get_conversation | Read a specific conversation with its messages |
get_timeline | Browse your activity timeline |
get_timeline_for_date | View a specific day’s activity |