We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/saurabhsharma2u/search-console-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•611 B
# Google Search Console MCP Server - Environment Variables
# Copy this file to .env and fill in your values
# Option 1: File-based credentials (recommended for local development)
# Path to your Google Cloud service account JSON key file
GOOGLE_APPLICATION_CREDENTIALS=path/to/your/service-account-key.json
# Option 2: Environment variable credentials (for serverless/Cloudflare)
# Use these if you cannot use a credentials file
# GOOGLE_CLIENT_EMAIL=your-service-account@your-project.iam.gserviceaccount.com
# GOOGLE_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\nYOUR_PRIVATE_KEY_HERE\n-----END PRIVATE KEY-----"