Skip to content
Grok

cuba memorys for Grok

io.github.leandropg19/cuba-memorys

Persistent memory MCP server. 28 tools, BM25+MMR+OOD retrieval, tamper-evident audit, code graph.

client:Grok transport:stdio runtime:npm

Install cuba memorys 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": {
    "cuba-memorys": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cuba-memorys"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "CUBA_PROJECT_FILTER": "<CUBA_PROJECT_FILTER>",
        "CUBA_SYNC_DIR": "<CUBA_SYNC_DIR>",
        "CUBA_JUDGE": "<CUBA_JUDGE>",
        "CUBA_JUEZ_CLI": "<CUBA_JUEZ_CLI>",
        "CUBA_JUEZ_MODEL": "<CUBA_JUEZ_MODEL>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "CUBA_REM_RELATION_BATCH": "<CUBA_REM_RELATION_BATCH>",
        "CUBA_RERANKER_PATH": "<CUBA_RERANKER_PATH>",
        "CUBA_RERANK_FIXED_SHAPE": "<CUBA_RERANK_FIXED_SHAPE>"
      }
    }
  }
}

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

cuba memorys in other clients