Skip to content
Grok

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Memory Kernel in other clients