local-memory-mcp

vheins/local-memory-mcp
★ 1 stars TypeScript 🗄️ Database Updated today
A lightweight MCP server enabling persistent AI memory with semantic search, powered by SQLite. Designed for local-first workflows with fast retrieval, domain-based context isolation, and zero external database dependencies.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "local-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vheins/local-memory-mcp"
      ]
    }
  }
}