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
- Clone the repo
- npm install
- npm run build
Setup config file as in example config.json else if you want to use in Ollama follow below steps
- Install mcpo using
pipx install mcpo
Update the path to the dist file with the base path in
config.json
- Run mcp proxy server -
mcpo --config config.json
- Use in Ollama tools as
http://localhost:8000/text-search