vector-search-anything-mcp

PriyavKaneria/vector-search-anything-mcp

3.1

If you are the rightful owner of vector-search-anything-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server designed for vector searching related text from user input using a local SQLite database.

vector-search-anything-mcp

A MCP server that I can use as a tool in somewhere like Ollama, to vector search related text from any user text from a local sqlite db

Usage

  1. Clone the repo
  2. npm install
  3. npm run build

Setup config file as in example config.json else if you want to use in Ollama follow below steps

  1. Install mcpo using pipx install mcpo

Update the path to the dist file with the base path in config.json

  1. Run mcp proxy server - mcpo --config config.json
  2. Use in Ollama tools as http://localhost:8000/text-search