mcp-server-qdrant
Related Servers
Alternatives to mcp-server-qdrant
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceAn MCP server that provides semantic memory on top of Qdrant vector search, with tools to store and retrieve information using embeddings.2Apache 2.0
- AlicenseNot gradedqualityBmaintenanceMCP server for persistent memory using Qdrant vector store. Stores text memories with LLM-generated embeddings and retrieves them via semantic search.38 npm1MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that gives AI coding agents persistent, semantic memory via Qdrant vector search, enabling workspace-aware codebase, documentation, and decision search.MIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server for mem0 memory management backed by Qdrant, with per-collection isolation via HTTP headers. Enables storing, searching, updating, and deleting memories through natural language.-
- AlicenseAqualityDmaintenanceAn MCP server that provides long-term memory and semantic search using Qdrant and OpenAI embeddings, with tools for storing, searching, and managing knowledge.657 PyPI1MIT
- AlicenseNot gradedqualityCmaintenanceA semantic-memory MCP server that stores text 'memories' with provenance and enables recall by meaning (vector search), keyword (FTS5), or structured filters.20 npmMIT
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: qdrant-find for retrieval and qdrant-store for storage. There is no ambiguity between them.
Both tool names follow a consistent pattern with the 'qdrant-' prefix followed by a clear verb ('find', 'store'), making them predictable and easy to understand.
With only 2 tools, the server is minimal but it covers the core operations of storing and retrieving memories. It could benefit from additional tools like delete, but the count is appropriate for a simple memory store.
The server lacks update and delete operations, which are notable gaps for memory management. While store and find cover basic needs, agents may require more functionality for complete lifecycle management.