MCP Qdrant Server with OpenAI Embeddings
OpenAI 임베딩을 갖춘 MCP Qdrant 서버
이 MCP 서버는 Qdrant 벡터 데이터베이스와 OpenAI 임베딩을 사용하여 벡터 검색 기능을 제공합니다.
특징
OpenAI 임베딩을 사용한 Qdrant 컬렉션의 의미 검색
사용 가능한 컬렉션 나열
컬렉션 정보 보기
Related MCP server: Qdrant MCP Server
필수 조건
Python 3.10+ 설치됨
Qdrant 인스턴스(로컬 또는 원격)
OpenAI API 키
설치
이 저장소를 복제하세요:
지엑스피1
종속성 설치:
pip install -r requirements.txt
구성
다음 환경 변수를 설정하세요.
OPENAI_API_KEY: OpenAI API 키QDRANT_URL: Qdrant 인스턴스의 URL(기본값: " http://localhost:6333 ")QDRANT_API_KEY: Qdrant API 키(해당되는 경우)
용법
서버를 직접 실행하세요
python mcp_qdrant_server.pyMCP CLI로 실행
mcp dev mcp_qdrant_server.pyClaude Desktop에 설치
mcp install mcp_qdrant_server.py --name "Qdrant-OpenAI"사용 가능한 도구
쿼리_수집
OpenAI 임베딩을 사용한 의미 검색을 사용하여 Qdrant 컬렉션을 검색합니다.
collection_name: 검색할 Qdrant 컬렉션의 이름query_text: 자연어로 된 검색 쿼리limit: 반환할 결과의 최대 개수(기본값: 5)model: 사용할 OpenAI 임베딩 모델(기본값: text-embedding-3-small)
목록_컬렉션
Qdrant 데이터베이스에서 사용 가능한 모든 컬렉션을 나열합니다.
컬렉션_정보
특정 컬렉션에 대한 정보를 얻으세요.
collection_name: 정보를 얻을 컬렉션의 이름
Claude Desktop에서의 사용 예
Claude Desktop에 설치하면 다음과 같은 도구를 사용할 수 있습니다.
What collections are available in my Qdrant database?
Search for documents about climate change in my "documents" collection.
Show me information about the "articles" collection.This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceA Model Context Protocol server that enables semantic search capabilities by providing tools to manage Qdrant vector database collections, process and embed documents using various embedding services, and perform semantic searches across vector embeddings.41644MIT
- Alicense-qualityBmaintenanceEnables semantic search and document management using a local Qdrant vector database with OpenAI embeddings. Supports natural language queries, metadata filtering, and collection management for AI-powered document retrieval.9335MIT
- Alicense-qualityDmaintenanceMCP server for document ingestion and semantic search on Qdrant. Enables ingesting local documents, generating embeddings with OpenAI, and performing vector search with metadata filters.Apache 2.0
- Alicense-qualityCmaintenanceSemantic search server for code and documentation using Qdrant vector database. Supports multi-language indexing, live updates, and natural language queries.1Apache 2.0
Related MCP Connectors
Remote ChromaDB vector database MCP server with streamable HTTP transport
GibsonAI MCP server: manage your databases with natural language
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/amansingh0311/mcp-qdrant-openai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server