memory

justfortytwo/memory
★ 0 stars TypeScript AI/LLM Updated 2d ago
Semantic-memory MCP server for Claude Code (SQLite + sqlite-vec + Ollama embeddings).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": [
        "-y",
        "justfortytwo/memory"
      ]
    }
  }
}

README Excerpt

A standalone **semantic-memory MCP server**. It stores text "memories" with free-form provenance and recalls them by meaning (vector search), by keyword (FTS5), or by structured filter. Backed by SQLite + [`sqlite-vec`], embeddings from a local [Ollama] model. It is **persona-agnostic**: no journal/persona/approval coupling, just a generic

Tools (14)

contentdateexport_rangelexicalnpxobservedqueryrecallrecall_docsreindexsourcestoresupersedestags