Skip to main content
Glama

Google Search MCP Server

by meaigood001
client_config.json852 B
{ "mcpServers": { "google-search-dev": { "url": "http://127.0.0.1:9000/mcp/", "transport": "streamable-http", "description": "开发环境 - 无认证" }, "google-search-prod": { "url": "https://your-domain.com/mcp/", "transport": "streamable-http", "headers": { "Authorization": "Bearer ${API_TOKEN}", "Content-Type": "application/json" }, "description": "生产环境 - 需要Bearer Token认证" }, "google-search-custom": { "url": "http://127.0.0.1:9000/mcp/", "transport": "streamable-http", "headers": { "Authorization": "Bearer ${API_TOKEN}", "User-Agent": "Custom-MCP-Client/1.0", "X-Client-ID": "your-client-id" }, "timeout": 30, "description": "自定义配置 - 带额外头部信息" } } }

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