Skip to main content
Glama

RAG Documentation MCP Server

docker-compose.yml419 B
services: qdrant: image: qdrant/qdrant:latest restart: always ports: - "6333:6333" # REST API - "6334:6334" # GRPC API volumes: - qdrant_storage:/qdrant/storage environment: - QDRANT_ALLOW_RECOVERY=true healthcheck: test: ["CMD", "curl", "-f", "http://localhost:6333/healthz"] interval: 30s timeout: 10s retries: 3 volumes: qdrant_storage:

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/rahulretnan/mcp-ragdocs'

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