Skip to main content
Glama

MCP Google Maps - stdio Edition

.env.example1.4 kB
# Google Maps API Configuration # ============================ # Obtén tu API key en: https://console.cloud.google.com/ # Habilita las siguientes APIs: # - Maps JavaScript API # - Geocoding API # - Places API # - Directions API # - Distance Matrix API # - Elevation API GOOGLE_MAPS_API_KEY=tu_api_key_aqui # MCP Server Configuration # ======================== # Puerto donde se ejecutará el servidor HTTP interno (opcional) # Default: 3000 MCP_SERVER_PORT=3000 # Logging Configuration # ===================== # Nivel de logging: debug, info, warn, error # Default: info LOG_LEVEL=info # Timeout Configuration # ===================== # Timeout para requests HTTP en milisegundos # Default: 30000 (30 segundos) HTTP_TIMEOUT=30000 # Rate Limiting # ============= # Límite de requests por minuto (opcional) # Default: sin límite RATE_LIMIT_PER_MINUTE= # Example Usage: # ============== # 1. Copia este archivo como .env: # cp env.example .env # # 2. Edita .env con tus valores reales: # GOOGLE_MAPS_API_KEY=tu_api_key_aqui # # 3. El archivo .env será ignorado por git automáticamente # # 4. Para Claude Desktop, configura las variables en claude_desktop_config.json: # { # "mcpServers": { # "google-maps": { # "command": "mcp-google-map-stdio", # "env": { # "GOOGLE_MAPS_API_KEY": "tu_api_key_aqui" # } # } # } # }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vicente-alvarado/mcp-google-map-stdio'

If you have feedback or need assistance with the MCP directory API, please join our Discord server