life-context

MSIH/life-context
★ 0 stars JavaScript Memory/Knowledge Updated today
Local-first, self-owned AI memory server. Store text, embed it locally, recall it semantically — over REST and MCP.
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": {
    "life-context": {
      "command": "npx",
      "args": [
        "-y",
        "MSIH/life-context"
      ]
    }
  }
}