zerikai_memory

KikeVen/zerikai_memory
★ 18 stars Python 🤖 AI/LLM Updated 1d ago
A standalone local-only Python MCP server that gives any IDE persistent, workspace-isolated memory.
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": {
    "zerikai_memory": {
      "command": "uvx",
      "args": [
        "zerikai-memory"
      ]
    }
  }
}

Or install with pip: pip install zerikai-memory

README Excerpt

A standalone local-only Python MCP server that gives any IDE persistent, workspace-isolated memory. Combines ChromaDB (local vector store), Ollama (free local summarisation), and DeepSeek (cloud synthesis) with automatic cost-aware routing. --- 1. [What Is Zerikai Memory?](#what-is-zerikai-memory) 2. [How It Works](#how-it-works)

Tools (20)

ERRORINFOclouddebug_workspace_idget_briefget_cache_statsget_cost_reportget_token_usagehybridinit_workspacelist_memorylist_workspaceslocalmerge_workspacespurge_usage_dataquery_memoryresolve_workspacesave_to_memoryscan_workspaceupdate_brief