Skip to main content
Glama
Jimmy974

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

Related MCP server: mcp-server-qdrant

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

A
license - permissive license
Not graded
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
    Not graded
    quality
    F
    maintenance
    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.
    24
    135
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for Qdrant vector database with local BERT embeddings. Enables semantic search and vector storage operations through natural language.
    MIT

View all related MCP servers

Related MCP Connectors

  • Remote ChromaDB vector database MCP server with streamable HTTP transport

  • Cross-vendor AI memory over MCP. One semantic store, readable and writeable from every MCP client.

  • An MCP memory server. One memory your agents share — across models, devices and apps.

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

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