PluginBench
MCP Server

VectorCache Semantic Vector Cache MCP Server

io.github.pgalyen1987/vectorcache

What is the VectorCache Semantic Vector Cache MCP server?

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

How to install VectorCache Semantic Vector Cache

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vectorcache": {
      "command": "npx",
      "args": [
        "-y",
        "@nodeproxy/vectorcache"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "vectorcache": {
      "command": "npx",
      "args": [
        "-y",
        "@nodeproxy/vectorcache"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "vectorcache": {
      "command": "npx",
      "args": [
        "-y",
        "@nodeproxy/vectorcache"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "vectorcache": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nodeproxy/vectorcache"
      ]
    }
  }
}
Claude Code
claude mcp add vectorcache -- npx -y @nodeproxy/vectorcache

Related MCP servers

Pay-per-call agent APIs over x402: web scraping, token compression, and semantic cache.

View repository →

x402 MCP web parser: URLs to Markdown for agents. USDC on Base, Polygon, Arbitrum, Ethereum.

View repository →

x402-gated LLM token compressor: strip filler, collapse JSON, densify prose. Paid in USDC.

View repository →