-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Description
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:
- Visit: (console.cloud.google.../redacted)
- Create a new project or use existing one
- Enable Google Drive API
- Create OAuth 2.0 credentials
- Download credentials JSON
- 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
Reactions are currently unavailable