Skip to main content
Glama
zhangsanfeng1094

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-agy

agy 토큰 파일에서 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 --prod

Hobby 플랜은 기본 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_TOKENMCP_AUTH_TOKEN입니다. Google 토큰을 서버에 두지 않고 매 요청마다 포함할 수도 있습니다:

headers = { Authorization = "Bearer ${AGY_MCP_TOKEN}", "X-Agy-Refresh-Token" = "${AGY_REFRESH_TOKEN}" }

환경 변수

변수

역할

AGY_REFRESH_TOKEN

agy Google refresh token

AGY_OAUTH_CLIENT_ID

agy 데스크톱 OAuth 클라이언트 ID (git에 커밋하지 마세요)

AGY_OAUTH_CLIENT_SECRET

agy 데스크톱 OAuth 클라이언트 시크릿 (git에 커밋하지 마세요)

MCP_AUTH_TOKEN

/mcp를 보호하는 Bearer

AGY_SEARCH_PROJECT

기본값 default-cli-project

AGY_SEARCH_MODEL

기본값 gemini-3.6-flash-high

AGY_OAUTH_TOKEN_PATH

로컬 토큰 파일 경로 덮어쓰기

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    D
    maintenance
    Enables 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
  • F
    license
    -
    quality
    D
    maintenance
    A 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
  • A
    license
    -
    quality
    A
    maintenance
    A 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.
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    MCP 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.
    2
    172
    MIT

View all related MCP servers

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)

View all MCP Connectors

Latest Blog Posts

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