Servers

Memo
@jagoff
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
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"memo": {
"command": "memo-mcp"
}
}
}