Skip to main content
Glama
docker-compose.yml558 B
services: datagouv-mcp: build: context: . dockerfile: Dockerfile image: datagouv-mcp:latest ports: - "${MCP_PORT:-8000}:${MCP_PORT:-8000}" environment: - MCP_PORT=${MCP_PORT:-8000} - DATAGOUV_API_ENV=${DATAGOUV_API_ENV:-prod} restart: unless-stopped healthcheck: test: ["CMD", "python", "-c", "import os, urllib.request; port = os.getenv('MCP_PORT', '8000'); urllib.request.urlopen(f'http://localhost:{port}/mcp')"] interval: 30s timeout: 10s retries: 3 start_period: 10s

Latest Blog Posts

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/bolinocroustibat/datagouv-mcp'

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