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
{
"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