agy-web-search-mcp
agy-web-search MCP
Eigenständiger Streamable-HTTP-MCP: Macht die Google-Anmeldung des lokalen agy zu einem bereitstellbaren /mcp-Endpunkt. Lokal, Cloudflare Workers und Vercel Edge nutzen denselben Handler.
Lokal (Google-Sitzung automatisch lesen)
Wenn auf dem lokalen Rechner bereits eine agy-Anmeldung besteht, einfach:
bun run devLiest ~/.gemini/antigravity-cli/antigravity-oauth-token und horcht auf 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
Sitzung exportieren, für Bereitstellung vorbereiten
bun run import-agyExtrahiere refresh_token aus der agy-Token-Datei, schreibe es in .dev.vars (bereits gitignore) und gib ein MCP_AUTH_TOKEN aus.
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 deployOnline-Adresse: 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 --prodHobby-Standard-Timeout von 10 s reicht bei der Suche gelegentlich nicht aus; Cloudflare ist besser geeignet.
Grok Remote
[mcp_servers.agy-web-search]
url = "https://agy-web-search-mcp.<subdomain>.workers.dev/mcp"
headers = { Authorization = "Bearer ${AGY_MCP_TOKEN}" }AGY_MCP_TOKEN entspricht MCP_AUTH_TOKEN. Das Google-Token kann auch auf dem Server bleiben; jede Anfrage trägt:
headers = { Authorization = "Bearer ${AGY_MCP_TOKEN}", "X-Agy-Refresh-Token" = "${AGY_REFRESH_TOKEN}" }Umgebungsvariablen
Variable | Zweck |
| agy Google-Refresh-Token |
| agy Desktop-OAuth-Client-ID (nicht in Git committen) |
| agy Desktop-OAuth-Client-Secret (nicht in Git committen) |
| Schützt |
| Standard |
| Standard |
| Lokaler Überschreibungspfad für die Token-Datei |
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