We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Garblesnarff/google-maps-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•540 B
# Environment Configuration
# Copy this file to .env and replace placeholder values
# Google Maps API Key (required)
# Get this from Google Cloud Console -> APIs & Services -> Credentials
GOOGLE_MAPS_API_KEY=your-google-maps-api-key-here
# Optional: Debug mode for detailed logging
DEBUG=false
# Instructions:
# 1. Copy this file: cp .env.example .env
# 2. Get your API key from Google Cloud Console
# 3. Enable required Google Maps APIs (see README.md)
# 4. Replace the placeholder value above
# 5. Never commit .env to version control!