Skip to main content
Glama

docmcp

by visheshd
docker-compose.dev.yml710 B
version: '3.8' services: postgres: image: ankane/pgvector:latest environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres POSTGRES_DB: docmcp ports: - "5433:5432" # Exposing on port 5433 to avoid conflicts with local installations volumes: - postgres_data:/var/lib/postgresql/data - ./init-scripts:/docker-entrypoint-initdb.d logging: driver: "json-file" options: max-size: "50m" max-file: "3" healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres"] interval: 10s timeout: 5s retries: 5 start_period: 10s restart: unless-stopped volumes: postgres_data: driver: local

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/visheshd/docmcp'

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