mcp-server-qdrant
Related Servers
Alternatives to mcp-server-qdrant
No user-submitted related servers found.
Related Servers
- 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
- AlicenseBqualityDmaintenanceAn MCP server for storing and retrieving memories using Qdrant vector search, acting as a semantic memory layer.2Apache 2.0
- AlicenseNot gradedqualityDmaintenanceMCP server that gives AI coding agents persistent, semantic memory via Qdrant vector search, enabling workspace-aware codebase, documentation, and decision search.MIT
- 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 gradedqualityDmaintenanceA Machine Control Protocol (MCP) server that enables storing and retrieving information from a Qdrant vector database with semantic search capabilities.Apache 2.0
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides long-term semantic memory via Garnet Vector Sets, enabling agents to store text embeddings and retrieve relevant context across sessions. It exposes tools for storing, recalling, and managing memories using pluggable embedding providers.MIT
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: qdrant-find retrieves memories while qdrant-store saves them. There is no overlap or ambiguity between them.
Both tools follow the same 'qdrant-<verb>' pattern, using lowercase snake case. The verb clearly indicates the action (find vs. store), making the naming predictable and consistent.
With only two tools, the server feels minimal for a memory system. While find and store cover basic operations, the count is borderline and could easily support more operations like delete or list.
The tool surface covers create (store) and read (find) but lacks update and delete operations for memories. This is a notable gap for a complete lifecycle, though the core functionality works.