Memory Kernel runs on your own machine — the client starts it, so there is no endpoint to ping. 122 installs a week from pypi. Last commit 16 Jun 2026.
Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud.
Today is the operative word: we check Memory Kernel every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add memory-kernel -- uvx amormorri-memory-kernel
{
"mcpServers": {
"memory-kernel": {
"args": [
"amormorri-memory-kernel"
],
"command": "uvx"
}
}
}
[mcp_servers.memory-kernel]
command = "uvx"
args = ["amormorri-memory-kernel"]
{
"mcpServers": {
"memory-kernel": {
"args": [
"amormorri-memory-kernel"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"memory-kernel": {
"args": [
"amormorri-memory-kernel"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
MEMORY_KERNEL_DB (Path to the SQLite database file (defaults to .memory-kernel/memory.db in the working directory)).
The author declared them in the registry entry; get the values from the project itself.
Local-first MCP memory server for coding agents. No API key, no cloud. SQLite + FTS5 + sqlite-vec.
Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.
Persistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys.
Local memory for AI agents. One SQLite file on your machine — no cloud, no account.
Skill memory for coding agents: learn, recall, reinforce, decay. Local SQLite, no API key.
Local-first automatic memory for Claude Code and Codex: capture, distill, recall from SQLite.
Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key.
Local-first agent memory over SQLite: remember, recall, link, forget. Degrades, never fails.
Answers built from our own checks of this server.