We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tomtom-international/tomtom-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# TomTom API key - required
# Get your key from https://developer.tomtom.com/
TOMTOM_API_KEY=your_tomtom_api_key_here
# Port for the HTTP server (default: 3000)
PORT=3000
# Set to "true" to use STDIO transport mode instead of HTTP
# USE_STDIO=true
# Logging level (default: info)
# LOG_LEVEL=info
# Node environment (development or production)
NODE_ENV=production