Skip to content
Grok

memorymesh for Grok

io.github.sparkvibe-io/memorymesh

Persistent, zero-dependency AI memory using SQLite. Local-first, cross-tool portable.

client:Grok transport:stdio runtime:pypi

Install memorymesh in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "memorymesh": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "memorymesh"
      ]
    }
  }
}

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

memorymesh in other clients