Skip to main content
Glama

docmcp

by visheshd
docker-compose.test.yml851 B
version: '3.8' services: postgres: container_name: docmcp-postgres-test # Explicit test container name image: ankane/pgvector:latest environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres POSTGRES_DB: docmcp ports: - "5434:5432" # Using port 5434 instead of 5433 for testing volumes: - postgres_data_test:/var/lib/postgresql/data # Different volume name - ./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: "no" # Changed to "no" for testing purposes volumes: postgres_data_test: # Different volume name 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