-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
Description
MCP Server Authentication Required: Google Maps
The nightly stress test detected that the Google Maps 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/google-maps
Required Authentication Token
Environment Variable: GOOGLE_MAPS_API_KEY
Token Type: API Key
How to Obtain:
- Visit: (console.cloud.google.../redacted)
- Create a new project or use existing one
- Enable Google Maps Platform APIs
- Create API key in Credentials section
- Restrict key to Google Maps APIs
- Add to repository secrets as
GOOGLE_MAPS_API_KEY
Suggested Configuration
Add the following to your MCP Gateway configuration:
{
"google-maps": {
"type": "stdio",
"container": "mcp/google-maps",
"env": {
"GOOGLE_MAPS_API_KEY": "${GOOGLE_MAPS_API_KEY}"
}
}
}Next Steps
- Obtain GOOGLE_MAPS_API_KEY token
- Add token to repository secrets
- Update stress test configuration
- Verify server works in next nightly test
- Consider API key restrictions for security
Generated by Nightly MCP Stress Test
Test Session: stress-test-20260204-180602
AI generated by Nightly MCP Server Stress Test
Reactions are currently unavailable