Skip to content

[mcp-stress-test] Google Drive MCP Server requires OAuth credentials #652

@github-actions

Description

@github-actions

MCP Server Authentication Required: Google Drive

The nightly stress test detected that the Google Drive MCP server requires authentication to function properly.

Test Details

  • Test Session: stress-test-20260204-180602
  • Test Date: 2026-02-04T18:06:02Z
  • Server Container: mcp/gdrive

Required Authentication Token

Environment Variable: Google OAuth credentials (typically GOOGLE_APPLICATION_CREDENTIALS or OAuth token)

Token Type: OAuth 2.0 Credentials

How to Obtain:

  1. Visit: (console.cloud.google.../redacted)
  2. Create a new project or use existing one
  3. Enable Google Drive API
  4. Create OAuth 2.0 credentials
  5. Download credentials JSON
  6. Add to repository secrets

Suggested Configuration

Add the following to your MCP Gateway configuration:

{
  "gdrive": {
    "type": "stdio",
    "container": "mcp/gdrive",
    "env": {
      "GOOGLE_APPLICATION_CREDENTIALS": "${GOOGLE_APPLICATION_CREDENTIALS}"
    }
  }
}

Next Steps

  • Create Google Cloud project
  • Enable Google Drive API
  • Obtain OAuth credentials
  • Add credentials to repository secrets
  • Update stress test configuration
  • Verify server works in next nightly test

Generated by Nightly MCP Stress Test
Test Session: stress-test-20260204-180602

AI generated by Nightly MCP Server Stress Test

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions