Skip to content
VS Code

Vector Search API for VS Code

io.github.br0ski777/vector-search

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

client:VS Code transport:sse

Install Vector Search API in VS Code

.vscode/mcp.json

{
  "servers": {
    "vector-search": {
      "type": "sse",
      "url": "https://vector-search.api.klymax402.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Vector Search API in other clients