Model Context Protocol · MCP Server
Give Claude a memory you own.
MemoryIntelligence as an MCP server. Your assistant recalls what matters and saves durable decisions on its own — across Claude Desktop, Claude Code, and Cursor. One command to set up. Your API key stays in your keychain, never in a config file.
What this is
MCP (Model Context Protocol) is the open standard that lets an AI assistant use external tools. This package is an MCP server: wire it in once, and your assistant gains three memory tools — capture, recall, and list — plus a proactive instinct to use them. Memories are stored as structured Unified Memory Objects, not raw transcripts. Not AI magic — structured data, with citations.
Set up in one command
Works on macOS, Linux, and Windows. You'll need an API key — grab one from the developer portal (free during beta).
uvx.chmod 600 keyfile) at runtime. Restart your
assistant and your memory tools are live.
Prefer to wire it by hand?
mi-mcp setup does this for you. If you'd rather edit the config yourself, add the
server below. Note there's no key in the file — the launcher resolves it from your keychain.
The tools your assistant gets
Three tools are on by default — all most people need. The full set is opt-in with
MI_MCP_FULL=1.
| Tool | What it does |
|---|---|
| mi_capture | Save a decision, fact, or preference as a structured memory. |
| mi_ask | Search your memories in natural language — answers come back with citations. |
| mi_list | Browse recent memories. |
| Tool | What it does |
|---|---|
| mi_explain | See why a memory matched a query. |
| mi_verify | Verify a memory's provenance chain. |
| mi_forget | Delete a memory (with a receipt). Flagged destructive. |
| mi_batch | Capture many items at once. |
| mi_upload | Capture from a file (PDF text today). |
| mi_match | Compare two memories for relatedness. |
| mi_account | Account info and key status. |
What works today
This is beta. Here's exactly what's live — we flag what isn't rather than oversell it.
MI_MCP_FULL=1).umo vault — offline-first, owner-encrypted memory filesResources
Install the latest release. Changelog, versions, and files.
The server source, README, and bug reports.
The endpoints the MCP tools call. Every parameter, every response.
Free during beta. No credit card required.