We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maksdizzy/google-forms-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•369 B
# Google OAuth Credentials
# Get these from Google Cloud Console and OAuth Playground
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_REFRESH_TOKEN=
# How to get these credentials:
# 1. Create OAuth client: https://console.cloud.google.com
# 2. Get refresh token: https://developers.google.com/oauthplayground/
# 3. Copy this file to .env and fill in your credentials