Skip to main content
Glama
cloudbuild.yamlโ€ข1.68 kB
# Google Cloud Build configuration for Cloud Run deployment steps: # Build the container image - name: 'gcr.io/cloud-builders/docker' args: - 'build' - '-t' - 'gcr.io/$PROJECT_ID/langchain-agent-mcp-server:$COMMIT_SHA' - '-t' - 'gcr.io/$PROJECT_ID/langchain-agent-mcp-server:latest' - '.' # Push the container image to Container Registry - name: 'gcr.io/cloud-builders/docker' args: - 'push' - 'gcr.io/$PROJECT_ID/langchain-agent-mcp-server:$COMMIT_SHA' - name: 'gcr.io/cloud-builders/docker' args: - 'push' - 'gcr.io/$PROJECT_ID/langchain-agent-mcp-server:latest' # Deploy container image to Cloud Run - name: 'gcr.io/google.com/cloudsdktool/cloud-sdk' entrypoint: gcloud args: - 'run' - 'deploy' - 'langchain-agent-mcp-server' - '--image' - 'gcr.io/$PROJECT_ID/langchain-agent-mcp-server:$COMMIT_SHA' - '--region' - 'us-central1' - '--platform' - 'managed' - '--allow-unauthenticated' - '--memory' - '2Gi' - '--cpu' - '2' - '--timeout' - '300' - '--max-instances' - '10' - '--min-instances' - '0' - '--set-env-vars' - 'OPENAI_MODEL=gpt-4o-mini,MAX_ITERATIONS=10,VERBOSE=false' # Store images in Container Registry images: - 'gcr.io/$PROJECT_ID/langchain-agent-mcp-server:$COMMIT_SHA' - 'gcr.io/$PROJECT_ID/langchain-agent-mcp-server:latest' # Build options options: machineType: 'E2_HIGHCPU_8' logging: CLOUD_LOGGING_ONLY # Timeout for the entire build timeout: '1200s'

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/mcpmessenger/LangchainMCP'

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