Skip to content
Zed

VectorCache Semantic Vector Cache for Zed

io.github.pgalyen1987/vectorcache

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

client:Zed transport:stdio runtime:npm

Install VectorCache Semantic Vector Cache in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

VectorCache Semantic Vector Cache in other clients