Back to Home
cnosuke icon

mcp-gemini-grounded-search

Verified Safe

by cnosuke

Overview

Provides grounded search functionality using Google's Gemini API, allowing MCP clients to perform web searches and retrieve up-to-date information with sources.

Installation

Run Command
docker run -i --rm -e GEMINI_API_KEY="your-api-key" cnosuke/mcp-gemini-grounded-search:latest

Environment Variables

  • LOG_PATH
  • DEBUG
  • GEMINI_API_KEY
  • GEMINI_MODEL_NAME
  • GEMINI_MAX_TOKENS
  • GEMINI_QUERY_TEMPLATE

Security Notes

The server correctly handles the Gemini API key, requiring it via environment variables, config file, or command line arguments, preventing hardcoding. Communication occurs via standard I/O (ServeStdio), minimizing direct network attack surface. Uses standard, well-vetted Go libraries. No 'eval' or similar dangerous patterns are present. Logging is configurable, allowing sensitive data control.

Similar Servers

Stats

Interest Score29
Security Score9
Cost ClassHigh
Avg Tokens3000
Stars4
Forks1
Last Update2025-11-19

Tags

MCPGeminiGrounded SearchGoWeb Search