Main
- The README is upfront about constraints: the APIs are in Private Preview behind an allowlist, and the project migrated to a Remote MCP Server architecture (v0.8.0+).
- Auth is concrete and verifiable: it uses Application Default Credentials and documents required IAM roles like
roles/serviceusage.serviceUsageAdminandroles/geminicloudassist.user. - It publishes remote MCP endpoints (e.g.,
https://geminicloudassist.googleapis.com/mcp) and a long timeout example (600000ms) for long-running investigations.
FAQ
- Can I use it today?: Only if you have allowlisted access; the README says to contact your Google Cloud account team.
- Local or remote server?: The README says it migrated to remote MCP; pin older versions only for legacy local transition.
- What should I do first?: Set up ADC with
gcloud auth application-default login, then configure your MCP client to the remote URL.