Skip to main content
Glama
docker-compose.yml481 B
services: db: image: postgres:16-alpine container_name: mcp-tracker-db restart: unless-stopped environment: POSTGRES_USER: mcp_user POSTGRES_PASSWORD: mcp_password POSTGRES_DB: mcp_tracker ports: - "5433:5432" volumes: - postgres_data:/var/lib/postgresql/data healthcheck: test: ["CMD-SHELL", "pg_isready -U mcp_user -d mcp_tracker"] interval: 5s timeout: 5s retries: 5 volumes: postgres_data:

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/Aceek/MCPWorkflowCli'

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