VectorCache Semantic Vector Cache
Rank #48,385io.github.pgalyen1987/vectorcache
x402-gated semantic vector cache for agent swarms: Redis-backed similarity lookup. Paid in USDC.
VectorCache Semantic Vector Cache is a Model Context Protocol (MCP) server published by pgalyen1987. It ranks #48,385 of 115,591 servers tracked on MCP Toplist. VectorCache Semantic Vector Cache is listed on Official MCP, with 2 tracked versions. It was first listed on Jun 29, 2026 and most recently updated on Jun 29, 2026.
Ranks ahead of 67,206 of 115,591 servers on MCP Toplist.
Use VectorCache Semantic Vector Cache
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vectorcache -- npx -y @nodeproxy/vectorcache[mcp_servers.vectorcache]
command = "npx"
args = ["-y", "@nodeproxy/vectorcache"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"vectorcache": {
"command": "npx",
"args": [
"-y",
"@nodeproxy/vectorcache"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"vectorcache": {
"command": "npx",
"args": [
"-y",
"@nodeproxy/vectorcache"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"vectorcache": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nodeproxy/vectorcache"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"vectorcache": {
"command": "npx",
"args": [
"-y",
"@nodeproxy/vectorcache"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"vectorcache": {
"command": "npx",
"args": [
"-y",
"@nodeproxy/vectorcache"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pgalyen1987%2Fvectorcache)<a href="https://mcptoplist.com/server/io.github.pgalyen1987%2Fvectorcache"><img src="https://mcptoplist.com/badge/io.github.pgalyen1987%2Fvectorcache.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
pgalyen1987
Other servers by pgalyen1987
View all pgalyen1987 servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Jun 29, 2026 |
| 1.0.1 | Jun 29, 2026 |
Frequently asked questions
- Who maintains VectorCache Semantic Vector Cache?
- VectorCache Semantic Vector Cache is maintained by pgalyen1987, which publishes 6 MCP servers (8 total versions) tracked on MCP Toplist.
- Is VectorCache Semantic Vector Cache listed on the Official MCP Registry?
- Yes — VectorCache Semantic Vector Cache is listed on the Official MCP Registry.
- How many versions does VectorCache Semantic Vector Cache have?
- MCP Toplist tracks 2 versions of VectorCache Semantic Vector Cache, most recently published on Jun 29, 2026.
- Where can I find the source code for VectorCache Semantic Vector Cache?
- The source code for VectorCache Semantic Vector Cache is hosted at github.com/pgalyen1987/NodeProxy.