Back to Home
rakgogia icon

mcp-server

Verified Safe

by rakgogia

Overview

Integrates an MCP server with Google Gemini for AI-powered chat, allowing the AI to execute predefined tools and access resources.

Installation

Run Command
python client.py

Environment Variables

  • GEMINI_API_KEY

Security Notes

The system grants Google Gemini the ability to call server-side tools based on user input, which presents a potential risk if powerful or poorly secured tools were added to the MCP server. For instance, if a tool allowed arbitrary file system access or network requests, a malicious prompt could exploit it. However, the current tools (`calculate_bmi`, `get_support_email`) are benign and do not pose direct security threats. The `GEMINI_API_KEY` is correctly loaded from environment variables.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens100
Stars0
Forks0
Last Update2026-01-19

Tags

MCPGoogle GeminiAIChatbotTool-use