
Memo
@jagoff
关于 Memo
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 re
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"memo": {
"command": "memo-mcp"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Memo?
Memo is a local-first, long-term semantic memory server for AI coding agents (Claude Code, Cursor, Cline, Codex). It runs fully offline with in-process embeddings and uses a sqlite-vec + BM25 hybrid retrieval pipeline with reranking.
How to use Memo?
Install via pipx install mlx-memo. Use the memo CLI for command-line interaction, or run the memo-mcp MCP server to connect with compatible AI coding tools.
Key features of Memo
- Local-first and fully offline, no cloud or API keys required.
- Uses MLX (Apple Silicon) or CPU sentence-transformers (Linux/Docker) for embeddings.
- Hybrid retrieval with sqlite-vec + BM25 and reranking.
- Markdown files on disk are the source of truth; SQLite index is rebuildable.
- Recall hook auto-injects relevant memories into every prompt.
- Includes a knowledge graph, temporal/time-machine queries, contradiction detection, and nightly synthesis.
Use cases of Memo
- Provide persistent semantic memory for AI coding agents across sessions.
- Enable offline retrieval of past context, decisions, and code snippets.
- Detect contradictions in project documentation or agent memory.
- Build a searchable knowledge graph from markdown notes.
FAQ from Memo
What makes Memo local-first?
All processing happens on your machine. Embeddings are computed in-process using MLX or sentence-transformers, and the SQLite index is stored locally. No data leaves your environment.
What are the runtime requirements?
On Apple Silicon, Memo uses ML
记忆与知识 分类下的更多 MCP 服务器

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
评论