# Google Search MCP Server Configuration
# Google API Configuration (required)
GOOGLE_API_KEY=your_google_api_key_here
GOOGLE_CSE_ID=your_custom_search_engine_id_here
# HTTP Stream Server Configuration (optional)
# HTTP_HOST=127.0.0.1
# HTTP_PORT=9000
# Authentication Configuration (optional but recommended for production)
# ENABLE_AUTH=false
# API_TOKEN=your_secure_api_token_here
# Client Configuration (for client_example.py)
# CLIENT_API_TOKEN=your_api_token_for_client_here
# SERVER_URL=http://127.0.0.1:9000/mcp/
# Note:
# 1. Uncomment and modify the HTTP_HOST and HTTP_PORT values if you want to
# use different host or port than the defaults (127.0.0.1:9000)
# 2. For production use, set ENABLE_AUTH=true and configure a secure API_TOKEN
# 3. When authentication is enabled, clients must include the Bearer token in
# the Authorization header: Authorization: Bearer your_api_token_here
# 4. CLIENT_API_TOKEN is used by client_example.py to authenticate with the server
# 5. SERVER_URL specifies the MCP server endpoint for client connections
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/meaigood001/google-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server