Skip to content
Grok

vector memory for Grok

io.github.neerajg03/vector-memory

Semantic document memory using Redis vector store. Save and recall files with natural language.

client:Grok transport:stdio runtime:pypi

Install vector memory in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "vector-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-vector-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

vector memory in other clients