Back to Home
gyasis icon

gemini-mcp

Verified Safe

by gyasis

Overview

An MCP server enabling AI assistants to collaborate with Google's Gemini model for multimodal AI workflows, deep research, and coding tasks like code review, brainstorming, and debugging.

Installation

Run Command
uv run python server.py

Environment Variables

  • GEMINI_API_KEY
  • RESEARCH_REPORTS_DIR

Security Notes

API keys are handled via environment variables (`.env`) for security. SQL injection is prevented in `StateManager.update_task` through explicit column whitelisting. SQLite uses `PRAGMA foreign_keys=ON` for data integrity and `_task_locks` in `DeepResearchEngine` mitigates race conditions during concurrent operations. File uploads are handled securely via Gemini's API, and temporary files are cleaned up. Destructive operations like file deletion require explicit confirmation (`confirmed=True`).

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens5000
Stars0
Forks0
Last Update2026-01-13

Tags

MCPGemini AIMultimodalDeep ResearchCoding Agent Tools