Skip to main content
Glama

freedcamp

docker-compose.yml506 B
version: '3.8' services: freedcamp-mcp-http: build: . ports: - "3000:3000" environment: - FREEDCAMP_API_KEY=${FREEDCAMP_API_KEY} - FREEDCAMP_API_SECRET=${FREEDCAMP_API_SECRET} - FREEDCAMP_PROJECT_ID=${FREEDCAMP_PROJECT_ID} - PORT=3000 healthcheck: test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3000/health"] interval: 30s timeout: 10s retries: 3 start_period: 40s restart: unless-stopped

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/gabeosx/freedmcpcamp'

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