Skip to content
Grok

VectorCache Semantic Vector Cache for Grok

io.github.pgalyen1987/vectorcache

x402-gated semantic vector cache for agent swarms: Redis-backed similarity lookup. Paid in USDC.

client:Grok transport:stdio runtime:npm

Install VectorCache Semantic Vector Cache in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "vectorcache": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nodeproxy/vectorcache"
      ]
    }
  }
}

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

VectorCache Semantic Vector Cache in other clients