Skip to content

Google Workspace

Connecting Google Workspace to NeuBird lets investigations pull in context stored in your organization’s Google Drive, Docs, and Sheets — for example, a runbook doc or an on-call spreadsheet referenced during an incident.

NeuBird authenticates to Google Workspace using OAuth (a Client ID and Client Secret) that you create in a Google Cloud project. There’s no endpoint or server to run — NeuBird hosts the Google Workspace MCP server itself; you only need to supply the OAuth client.

  1. In the Google Cloud Console, select or create a project.
  2. Under APIs & Services > Library, enable the Google Drive API, Google Docs API, and Google Sheets API.
  3. Under APIs & Services > Credentials, click Create Credentials > OAuth client ID.
  4. Choose Web application as the application type (a confidential client is required).
  5. Add NeuBird’s OAuth redirect URL (shown in the connection form) under Authorized redirect URIs.
  6. Save, then copy the Client ID and Client Secret.

Note

After entering your Client ID and Client Secret, NeuBird will redirect you to Google to complete the OAuth consent flow and authorize access to Drive, Docs, and Sheets.

FieldRequiredDescription
NameYesA descriptive name for this connection
DescriptionNoAn overview of what this connection is used for
Client IDYesThe Google OAuth client ID created in the steps above
Client SecretYesThe Google OAuth client secret for the confidential-client flow

For general instructions on creating and managing connections, see the Connections Overview.