agy-web-search-mcp
agy-web-search MCP
MCP Streamable HTTP independiente: convierte el inicio de sesión de Google de agy local en un endpoint /mcp desplegable. El mismo handler se utiliza localmente, en Cloudflare Workers y en Vercel Edge.
Local (lee automáticamente la sesión de Google)
Si ya has iniciado sesión en agy en la máquina local, simplemente:
bun run devLeerá ~/.gemini/antigravity-cli/antigravity-oauth-token y escuchará en http://127.0.0.1:8787/mcp.
Grok:
[mcp_servers.agy-web-search]
url = "http://127.0.0.1:8787/mcp"Related MCP server: Cloudflare Google OAuth MCP Server
Exportar sesión, preparar despliegue
bun run import-agyExtrae el refresh_token del archivo de token de agy, lo escribe en .dev.vars (ya en gitignore) e imprime un MCP_AUTH_TOKEN.
Cloudflare Workers
npx wrangler login
npx wrangler secret put AGY_REFRESH_TOKEN # 粘贴 refresh_token
npx wrangler secret put MCP_AUTH_TOKEN # 粘贴 import-agy 打印的 token
npx wrangler secret put AGY_OAUTH_CLIENT_ID
npx wrangler secret put AGY_OAUTH_CLIENT_SECRET
npx wrangler deployDirección en línea: https://agy-web-search-mcp.<subdomain>.workers.dev/mcp
Vercel
npx vercel env add AGY_REFRESH_TOKEN
npx vercel env add MCP_AUTH_TOKEN
npx vercel env add AGY_OAUTH_CLIENT_ID
npx vercel env add AGY_OAUTH_CLIENT_SECRET
npx vercel --prodEl plan Hobby tiene un tiempo de espera predeterminado de 10s, que a veces no es suficiente para las búsquedas; Cloudflare es más adecuado.
Grok remoto
[mcp_servers.agy-web-search]
url = "https://agy-web-search-mcp.<subdomain>.workers.dev/mcp"
headers = { Authorization = "Bearer ${AGY_MCP_TOKEN}" }AGY_MCP_TOKEN es MCP_AUTH_TOKEN. También puedes no poner el token de Google en el servidor y enviarlo en cada solicitud:
headers = { Authorization = "Bearer ${AGY_MCP_TOKEN}", "X-Agy-Refresh-Token" = "${AGY_REFRESH_TOKEN}" }Variables de entorno
Variable | Función |
| Token de actualización de Google de agy |
| ID de cliente OAuth de escritorio de agy (no enviar a git) |
| Secreto de cliente OAuth de escritorio de agy (no enviar a git) |
| Protege el Bearer de |
| Por defecto |
| Por defecto |
| Ruta de sobrescritura del archivo de token local |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables Google search queries and webpage content extraction through an MCP server deployed on Cloudflare Workers. Supports single and batch webpage content extraction with integrated OAuth authentication.1
- Flicense-qualityDmaintenanceA remote MCP server deployable on Cloudflare Workers that provides integrated Google OAuth authentication for secure tool access. It serves as a reference implementation for building persistent, authenticated MCP connections using Cloudflare Durable Objects and Streamable HTTP.1
- Alicense-qualityAmaintenanceA minimal MCP server that exposes a private SearXNG instance as a search tool over streamable-HTTP, enabling web search from the llama.cpp WebUI or any compatible MCP client.1MIT
- AlicenseAqualityBmaintenanceMCP server for web search powered by Google AI Mode (Gemini). Enables any AI agent to search the web in real-time for free and without rate limits.2172MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for Google search results via SERP API
Serper MCP — wraps the Serper Google Search API (serper.dev)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/zhangsanfeng1094/agy-web-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server