Skip to main content
Glama

Qdrant MCP Server

by mhalder
docker-compose.yml289 B
version: '3.8' 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

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