mcp-qdrant-server-with-qdrant-db
If you are the rightful owner of mcp-qdrant-server-with-qdrant-db 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.
This project integrates Qdrant vector database with an MCP server to store and retrieve code snippets.
qdrant-store
Stores information in the Qdrant database. Inputs include 'information' (string) and optional 'metadata' (JSON). Returns a confirmation message.
qdrant-find
Searches for related information in the Qdrant database using a query string. Returns stored information as individual messages.