We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adamgrzybowski/google-task-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•503 B
# Google OAuth 2.0 Credentials
# Get these from Google Cloud Console: https://console.cloud.google.com/
# Make sure Tasks API is enabled for your project
#
# To get a refresh token, you'll need to:
# 1. Create OAuth 2.0 credentials (OAuth client ID)
# 2. Use OAuth 2.0 Playground or a script to get refresh token
# 3. Set the scope to: https://www.googleapis.com/auth/tasks
GOOGLE_CLIENT_ID=your_client_id_here
GOOGLE_CLIENT_SECRET=your_client_secret_here
GOOGLE_REFRESH_TOKEN=your_refresh_token_here