Skip to content
VS Code

VectorCache Semantic Vector Cache for VS Code

io.github.pgalyen1987/vectorcache

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

client:VS Code transport:stdio runtime:npm

Install VectorCache Semantic Vector Cache in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

VectorCache Semantic Vector Cache in other clients