Skip to content
Claude Desktop

Memory Kernel for Claude Desktop

io.github.artem362/memory-kernel

Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud.

client:Claude Desktop transport:stdio runtime:pypi

Install Memory Kernel in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "memory-kernel": {
      "command": "uvx",
      "args": [
        "amormorri-memory-kernel"
      ],
      "env": {
        "MEMORY_KERNEL_DB": "<MEMORY_KERNEL_DB>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Memory Kernel in other clients