omni-memory

arthaxGarage/omni-memory
★ 0 stars TypeScript AI/LLM Updated 2d ago
Local-first vector memory for Claude Code: an MCP server + Express hub over SQLite (sqlite-vec) and Ollama. Your data never leaves your machine.
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": {
    "omni-memory": {
      "command": "npx",
      "args": [
        "-y",
        "arthaxGarage/omni-memory"
      ]
    }
  }
}

README Excerpt

A personal, fully-local AI memory system. Save notes, code snippets, or terminal output to a vector database on your machine, then retrieve relevant context from the terminal, direct API calls, or automatically inside Claude Code. No cloud, no external services - embeddings run locally via [Ollama](https://ollama.com)

Tools (7)

DELETEGETPOSTargsimportancesourcetags