We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/remotebrowser/mcp-getgather'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
action.yml•479 B
name: Setup Google Cloud
description: Authenticate with Google Cloud and install the gcloud SDK.
inputs:
credentials_json:
description: Service account JSON key with required permissions.
required: true
runs:
using: composite
steps:
- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ inputs.credentials_json }}
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v3