Skip to content
Cline

Memory Kernel for Cline

io.github.artem362/memory-kernel

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

client:Cline transport:stdio runtime:pypi

Install Memory Kernel in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Memory Kernel in other clients