remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Enables configuration of the server through environment variables stored in .env files, supporting settings for connection details and model parameters.
Provides containerization support for running the MCP server in isolated environments, with Docker Compose configuration included for easy deployment.
Supports installation from source using Git for developers who want to modify or contribute to the codebase.
Qdrant용 MCP 서버
Qdrant 벡터 데이터베이스에서 정보를 저장하고 검색하기 위한 MCP(Machine Control Protocol) 서버입니다.
특징
- Qdrant에서 선택적 메타데이터로 텍스트 정보를 저장합니다.
- 저장된 정보에 대한 의미 검색
- 텍스트 임베딩을 위한 FastEmbed 통합
- 환경 기반 구성
- 도커 지원
설치
pip 사용하기
지엑스피1
출처에서
구성
설정은 환경 변수를 통해 이루어집니다. .env.example
파일을 기반으로 .env
파일을 생성할 수 있습니다.
.env
파일을 편집하여 서버를 구성합니다.
용법
지역적으로 실행
또는 make 명령을 사용합니다.
도커
도구
MCP 서버는 다음과 같은 도구를 제공합니다.
큐드런트 스토어
Qdrant 데이터베이스에 정보를 저장합니다.
qdrant-find
의미 검색을 사용하여 Qdrant 데이터베이스에서 정보를 검색합니다.
개발
테스트
서식
린팅
건물
특허
아파치 라이선스 2.0
This server cannot be installed
의미 검색 기능을 갖춘 Qdrant 벡터 데이터베이스에서 정보를 저장하고 검색할 수 있는 MCP(Machine Control Protocol) 서버입니다.