Vector Search API
io.github.Br0ski777/vector-searchIn-memory vector search with TF-IDF and cosine similarity. x402 micropayment.
Tools · 1
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
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"
}
}
}