Skip to main content
Glama

DSP Booking MCP Server

by hrz8
docker-compose.yaml562 B
version: "3.8" services: dsp-mcpserver: build: . ports: - "3067:3067" env_file: .env restart: unless-stopped healthcheck: test: [ "CMD", "node", "-e", "const http = require('http'); const req = http.request({hostname: 'localhost', port: 3067, path: '/health', timeout: 2000}, (res) => { process.exit(res.statusCode === 200 ? 0 : 1) }); req.on('error', () => process.exit(1)); req.end();", ] interval: 30s timeout: 10s retries: 3 start_period: 40s

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/hrz8/mcp-openapi'

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