agy-web-search-mcp
agy-web-search MCP
独立したStreamable HTTP MCP:ローカルの agy のGoogleログインをデプロイ可能な /mcp エンドポイントにします。ローカル、Cloudflare Workers、Vercel Edgeで同じハンドラを共有します。
ローカル(Googleセッションを自動読み取り)
ローカルで既に agy にログインしている場合、直接:
bun run dev~/.gemini/antigravity-cli/antigravity-oauth-token を読み取り、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
セッションをエクスポート、デプロイの準備
bun run import-agyagyトークンファイルから refresh_token を抽出し、.dev.vars(gitignore済み)に書き込み、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 deploy公開アドレス: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プランではデフォルト10秒のタイムアウトで、検索が時々不足します。Cloudflareの方が適しています。
Grok リモート
[mcp_servers.agy-web-search]
url = "https://agy-web-search-mcp.<subdomain>.workers.dev/mcp"
headers = { Authorization = "Bearer ${AGY_MCP_TOKEN}" }AGY_MCP_TOKEN は MCP_AUTH_TOKEN です。Googleトークンをサーバー側に置かず、毎回のリクエストに含めることもできます:
headers = { Authorization = "Bearer ${AGY_MCP_TOKEN}", "X-Agy-Refresh-Token" = "${AGY_REFRESH_TOKEN}" }環境変数
変数 | 役割 |
| agy Google refresh token |
| agy デスクトップ版 OAuth クライアントID(gitにコミットしないでください) |
| agy デスクトップ版 OAuth クライアントシークレット(gitにコミットしないでください) |
|
|
| デフォルト |
| デフォルト |
| ローカルトークンファイルの上書きパス |
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