Skip to content
Grok

verbative memory for Grok

io.github.verbative/verbative-memory

On-device, self-organizing memory for AI coding agents — recalls the right facts into each prompt.

client:Grok transport:stdio runtime:npm

Install verbative memory in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "verbative-memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "verbative-memory"
      ]
    }
  }
}

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

verbative memory in other clients