Skip to content
Back to search
30
MCP

Qdrant Vector Database

pulsemcp/qdrant vector database

Provides a vector database for storing and retrieving code snippets through semantic search using Docker containers and sentence-transformers embeddings

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Qdrant with OpenAI Embeddings
Connects AI systems to Qdrant vector databases for semantic search using OpenAI embeddings, enabling contextual document retrieval and knowl
0 tools
io.github.infoinlet-marketplace/mcp-qdrant
Read-only Qdrant vector DB for AI agents — collections, info, browse points, count, search.
0 tools
Qdrant Knowledge Graph
Integrates a knowledge graph with semantic search capabilities, enabling efficient storage, retrieval, and querying of structured informatio
0 tools
cnry-mcp-server-qdrant
MCP server for retrieving context from a Qdrant vector database
0 tools
pvrmza/mcp-server-qdrant
An MCP server for keeping and retrieving memories in the Qdrant vector search engine.
0 tools
mad-mcp-qdrant
MCP server for retrieving context from a Qdrant vector database
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "qdrant_vector_database": {
      "url": "None",
      "transport": "http"
    }
  }
}