Skip to main content
Glama

GCP MCP

by RadiumGu

select-project

Specify a Google Cloud Platform project and region for managing and querying GCP resources like Compute Engine, Cloud Storage, and BigQuery.

Instructions

Selects GCP project to use for subsequent interactions

Input Schema

NameRequiredDescriptionDefault
projectIdYesID of the GCP project to select
regionNoRegion to use (if not provided, us-central1 is used)

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "ID of the GCP project to select", "type": "string" }, "region": { "description": "Region to use (if not provided, us-central1 is used)", "type": "string" } }, "required": [ "projectId" ], "type": "object" }

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/RadiumGu/gcp-ops-mcp'

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