Skip to main content
Glama

Qdrant MCP Server

by mhalder
docker-compose.yml510 B
# No version field needed for Docker Compose v1.27.0+ services: qdrant: image: qdrant/qdrant:latest container_name: qdrant-mcp ports: - "6333:6333" - "6334:6334" volumes: - ./qdrant_storage:/qdrant/storage environment: - QDRANT__SERVICE__GRPC_PORT=6334 restart: unless-stopped ollama: image: ollama/ollama:latest container_name: ollama ports: - "11434:11434" volumes: - ./ollama_storage:/root/.ollama restart: unless-stopped

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

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