Skip to main content
Glama

MCP Server for Qdrant

by Jimmy974
docker-compose.yml634 B
version: '3.8' services: mcp-server-qdrant: build: context: . environment: - QDRANT_URL=http://qdrant:6333 - COLLECTION_NAME=memories - EMBEDDING_MODEL=all-MiniLM-L6-v2 - EMBEDDING_PROVIDER=sentence-transformers ports: - "8000:8000" depends_on: - qdrant volumes: - ./src:/app/src deploy: resources: limits: memory: 2G reservations: memory: 1G qdrant: image: qdrant/qdrant:latest ports: - "6333:6333" - "6334:6334" volumes: - qdrant_data:/qdrant/storage volumes: qdrant_data:

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