Skip to content
Cursor

VectorCache Semantic Vector Cache for Cursor

io.github.pgalyen1987/vectorcache

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

client:Cursor transport:stdio runtime:npm

Install VectorCache Semantic Vector Cache in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

VectorCache Semantic Vector Cache in other clients