mcpbeat Sign in

VectorCache Semantic Vector Cache MCP Server

local only

VectorCache Semantic Vector Cache runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 16 Jul 2026.

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

Installs per day peak 10 · avg 4 · +7% w/w
a month agotoday
25
Installs / week
npm · @nodeproxy/vectorcache
0
Stars
0 open issues
16 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation integrations/python/langchain-community-pr/submit-pr.sh:36
insert = needle + '    from langchain_community.tools.nodeproxy.tool import (\n        NodeProxyMarkdownTool,\n    )\n'
if "NodeProxyMarkdownTool" not in text:

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vectorcache -- npx -y @nodeproxy/vectorcache
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vectorcache": {
      "args": [
        "-y",
        "@nodeproxy/vectorcache"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vectorcache]
command = "npx"
args = ["-y", "@nodeproxy/vectorcache"]
.cursor/mcp.json
{
  "mcpServers": {
    "vectorcache": {
      "args": [
        "-y",
        "@nodeproxy/vectorcache"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vectorcache": {
      "args": [
        "-y",
        "@nodeproxy/vectorcache"
      ],
      "command": "npx"
    }
  }
}

Alternatives to VectorCache Semantic Vector Cache

same job, measured the same way
pgvector
by mittalpk

Similarity search, hybrid search, and index management for pgvector-backed PostgreSQL tables

62 installs/wk local only
Copilot Memory MCP
by labforgedev

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.

local only
Keymem
by donggyun112

Associative key-graph memory for LLM agents — recall by association, not vector similarity.

385 installs/wk local only
I
trelix
by sairam0424

Semantic code search for AI agents — hybrid BM25+vector, call-graph, 20+ languages.

1 185 installs/wk local only
A
SmartMemory
by smartmemory

Graph + vector memory for agents: recall, ingest, search, distill. Local or remote backend.

1 640 installs/wk local only
I
Vector Memory
by neerajg03

Semantic document memory using Redis vector store. Save and recall files with natural language.

205 installs/wk local only
Vector Knowledge Graph MCP
by csoai-org

AI-powered vector knowledge graph MCP server for agents. Supports add node, add edge, semantic node

141 installs/wk local only
MCP Qdrant
by infoinlet-marketplace

Read-only Qdrant vector DB for AI agents — collections, info, browse points, count, search.

34 installs/wk local only

VectorCache Semantic Vector Cache — questions

Answers built from our own checks of this server.

Why is there no uptime for VectorCache Semantic Vector Cache?
VectorCache Semantic Vector Cache runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @nodeproxy/vectorcache was installed 25 times last week.
How do I connect VectorCache Semantic Vector Cache?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @nodeproxy/vectorcache straight from npm; nothing to host, nothing to sign up for.
How many people use VectorCache Semantic Vector Cache?
The npm package @nodeproxy/vectorcache was installed 25 times in the last week. Week over week that is +7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is VectorCache Semantic Vector Cache open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.