Skip to main content
Glama

MCP Server for Qdrant

by Jimmy974

Servidor MCP para Qdrant

Un servidor de Protocolo de Control de Máquina (MCP) para almacenar y recuperar información de una base de datos vectorial Qdrant.

Características

  • Almacenar información de texto con metadatos opcionales en Qdrant
  • Búsqueda semántica de información almacenada
  • Integración FastEmbed para incrustaciones de texto
  • Configuración basada en el entorno
  • Compatibilidad con Docker

Instalación

Usando pip

pip install mcp-server-qdrant

De la fuente

git clone https://github.com/your-org/mcp-server-qdrant.git cd mcp-server-qdrant make setup

Configuración

La configuración se realiza mediante variables de entorno. Puede crear un archivo .env basado en el archivo .env.example :

cp .env.example .env

Edite el archivo .env para configurar el servidor:

# Qdrant configuration QDRANT_URL=http://localhost:6333 QDRANT_API_KEY=your-api-key # Collection name COLLECTION_NAME=memories # Embedding provider configuration EMBEDDING_PROVIDER=fastembed EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2

Uso

Corriendo localmente

python -m mcp_server_qdrant.main

O usando el comando make:

make run

Estibador

docker-compose up

Herramientas

El servidor MCP proporciona las siguientes herramientas:

tienda qdrant

Almacena información en la base de datos Qdrant.

information: The text to store metadata: Optional JSON metadata to associate with the text

qdrant-find

Busca información en la base de datos Qdrant mediante búsqueda semántica.

query: The search query

Desarrollo

Pruebas

make test

Formato

make format

Pelusa

make lint

Edificio

make build

Licencia

Licencia Apache 2.0

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Un servidor de Protocolo de Control de Máquina (MCP) que permite almacenar y recuperar información de una base de datos vectorial Qdrant con capacidades de búsqueda semántica.

  1. Características
    1. Instalación
      1. Usando pip
      2. De la fuente
    2. Configuración
      1. Uso
        1. Corriendo localmente
        2. Estibador
      2. Herramientas
        1. tienda qdrant
        2. qdrant-find
      3. Desarrollo
        1. Pruebas
        2. Formato
        3. Pelusa
        4. Edificio
      4. Licencia

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
          Last updated -
          2
          681
          Python
          Apache 2.0
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol (MCP) server that enables semantic search and retrieval of documentation using a vector database (Qdrant). This server allows you to add documentation from URLs or local files and then search through them using natural language queries.
          Last updated -
          14
          74
          JavaScript
          Apache 2.0
          • Apple
        • A
          security
          A
          license
          A
          quality
          A high-performance MCP server utilizing libSQL for persistent memory and vector search capabilities, enabling efficient entity management and semantic knowledge storage.
          Last updated -
          6
          100
          57
          TypeScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          A high-performance, persistent memory system for the Model Context Protocol (MCP) providing vector search capabilities and efficient knowledge storage using libSQL as the backing store.
          Last updated -
          6
          100
          1
          TypeScript
          MIT License
          • Linux

        View all related MCP servers

        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/Jimmy974/mcp-server-qdrant'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server