We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/northernvariables/FedMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Cloud Build configuration for ATIP Request Summaries Ingestion
# Builds and pushes Docker image for the Cloud Run job
steps:
- name: 'gcr.io/cloud-builders/docker'
args:
- 'build'
- '-t'
- 'us-central1-docker.pkg.dev/$PROJECT_ID/canadagpt/atip-ingestion:latest'
- '-f'
- 'packages/data-pipeline/Dockerfile.atip-ingestion'
- '.'
images:
- 'us-central1-docker.pkg.dev/$PROJECT_ID/canadagpt/atip-ingestion:latest'
options:
logging: CLOUD_LOGGING_ONLY