Skip to main content
Glama
krunal16-c

Government of Canada Open Data MCP Servers

by krunal16-c
docker-compose.yml1.13 kB
# Docker Compose for GOV CA MCP Servers # Run all servers: docker-compose up # Run specific server: docker-compose up gov-ca-dataset # Run in background: docker-compose up -d services: # GOV CA Dataset Discovery MCP Server gov-ca-dataset: build: context: . dockerfile: gov_mcp/Dockerfile container_name: gov-ca-dataset-mcp ports: - "8002:8002" environment: - PYTHONUNBUFFERED=1 restart: unless-stopped healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8002/sse"] interval: 30s timeout: 10s retries: 3 start_period: 10s # GOV CA Transportation Infrastructure MCP Server gov-ca-transportation: build: context: . dockerfile: gov_ca_transportation/Dockerfile container_name: gov-ca-transportation-mcp ports: - "8001:8001" environment: - PYTHONUNBUFFERED=1 restart: unless-stopped healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8001/sse"] interval: 30s timeout: 10s retries: 3 start_period: 10s networks: default: name: gov-ca-mcp-network

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/krunal16-c/gov-ca-mcp'

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