Local Brain MCP is a small MCP server that you run locally on your machine. It stores and retrieves your personal memories in a local SQLite database and is intended to be accessed over HTTP by MCP‑aware clients such as Cursor (e.g. at http://localhost:3000/mcp).
memory.db or a custom path).server.py).memory.db by default).save_memory — insert a memory row.update_memory — patch fields on an existing row.delete_memory — delete a row by id.fetch_memories — RAG-style search (semantic by default, keyword fallback) or recent list when query is empty.