Skip to content
Grok

Turbo Quant Memory for Grok

io.github.lexus2016/turbo-quant-memory

Local-first memory and knowledge graph for coding agents. Compact retrieval, no network.

client:Grok transport:stdio runtime:pypi

Install Turbo Quant Memory 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": {
    "turbo-quant-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "turbo-quant-memory"
      ],
      "env": {
        "TQMEMORY_FTS_LANGUAGE": "<TQMEMORY_FTS_LANGUAGE>",
        "TQMEMORY_EMBEDDING_BACKEND": "<TQMEMORY_EMBEDDING_BACKEND>",
        "TQMEMORY_MIGRATE_ON_STARTUP": "<TQMEMORY_MIGRATE_ON_STARTUP>",
        "TQMEMORY_SECRETS_PASSPHRASE": "<TQMEMORY_SECRETS_PASSPHRASE>"
      }
    }
  }
}

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

Turbo Quant Memory in other clients