Catalog
io.github.Artem362/memory-kernel
Officialby Artem362 · Python
Memory Kernel
Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud.
Local-first memory system for AI agents using SQLite full-text search without cloud dependency.
README not available yet.
Install
Configuration
Environment variables
MEMORY_KERNEL_DBPath to the SQLite database file (defaults to .memory-kernel/memory.db in the working directory)
claude_desktop_config.json
{
"mcpServers": {
"memory-kernel": {
"command": "uvx",
"args": [
"amormorri-memory-kernel"
],
"env": {
"MEMORY_KERNEL_DB": "<YOUR_MEMORY_KERNEL_DB>"
}
}
}
}