Memory Kernel for Grok
io.github.artem362/memory-kernel
Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud.
client:Grok
transport:stdio
runtime:pypi
Install Memory Kernel in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"memory-kernel": {
"type": "stdio",
"command": "uvx",
"args": [
"amormorri-memory-kernel"
],
"env": {
"MEMORY_KERNEL_DB": "<MEMORY_KERNEL_DB>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs