Skip to main content
Glama
amansingh0311

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. 이 저장소를 복제하세요:

    지엑스피1

  2. 종속성 설치:

    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.py

MCP CLI로 실행

mcp dev mcp_qdrant_server.py

Claude 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.
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    C
    maintenance
    A 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.
    4
    164
    4
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Enables 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.
    93
    35
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    MCP 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
  • A
    license
    -
    quality
    C
    maintenance
    Semantic search server for code and documentation using Qdrant vector database. Supports multi-language indexing, live updates, and natural language queries.
    1
    Apache 2.0

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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