Back to search
90
MCP v1.0.0 sse

Vector Search API

io.github.Br0ski777/vector-search

In-memory vector search with TF-IDF and cosine similarity. x402 micropayment.

Uptime
66.7%
3 probes
Response
219ms
last probe
Tools
1
callable

Tools · 1

data_vector_search

Use this when you need to store text documents and search them by semantic similarity. Accepts documents to store and a query to search. Uses TF-IDF vectorization with cosine similarity to find the mo…

Similar MCP servers embedding-nearest

Vector Search API
In-memory vector search with TF-IDF and cosine similarity. x402 micropayment.
0 tools · sse
Vector Search
In-memory vector search using TF-IDF and cosine similarity via x402 micropayment.
0 tools
CodeIntel
AI-powered semantic code search using vector embeddings for contextual code loading.
0 tools
io.github.neerajg03/vector-memory
Semantic document memory using Redis vector store. Save and recall files with natural language.
0 tools
n8n-nodes-minimemory
n8n community node for embedded vector database - perform similarity search directly within n8n without external servers
0 tools
io.github.NeerajG03/vector-memory
Semantic document memory using Redis vector store. Save and recall files with natural language.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "vector_search_api": {
      "url": "https://vector-search-x402-production.up.railway.app/mcp",
      "transport": "sse"
    }
  }
}