Memo

Created By
jagoff7 days ago
memo is a local-first, long-term semantic memory for AI coding agents (Claude Code, Cursor, Cline, Codex). Runs fully offline with in-process embeddings — MLX on Apple Silicon or CPU sentence-transformers on Linux/Docker — and a sqlite-vec + BM25 hybrid retrieval pipeline with reranking. Markdown files on disk are the source of truth; the SQLite index is a rebuildable derivative. Includes a recall hook that auto-injects relevant memories every prompt, an MCP server (memo-mcp), a CLI (memo), a knowledge graph, temporal/time-machine queries, contradiction detection and nightly synthesis. No cloud, no API keys. Install: pipx install mlx-memo

Server Config

{
  "mcpServers": {
    "memo": {
      "command": "memo-mcp"
    }
  }
}
Project Info
Created At
7 days ago
Updated At
7 days ago
Author Name
jagoff
Star
-
Language
-
License
-
Category

Recommend Servers

View All