We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/leosepulveda/mcp-google-analytics'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•342 B
# Google Analytics Data API Configuration
GA_SERVICE_ACCOUNT_JSON=/path/to/service-account.json
# Or provide the JSON directly as a string:
# GA_SERVICE_ACCOUNT_JSON={"type":"service_account","project_id":"..."}
GA_PROPERTY_ID=123456789
# Measurement Protocol Configuration
GA_MEASUREMENT_ID=G-XXXXXXXXXX
GA_API_SECRET=your-api-secret-here