gemini_mcp
If you are the rightful owner of gemini_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Gemini MCP File Agent (MVP) allows interaction with Google's Gemini AI to manage files within a controlled sandbox environment on your computer.
The Gemini MCP File Agent is a project that facilitates interaction with Google's Gemini AI, enabling it to safely read, write, and list files within a designated sandbox folder on your computer. The system comprises a local server (`mcp_server.py`) that manages file operations and chat scripts (`chat_with_gemini_mcp.py`, `simple_chat.py`) for user interaction. The server ensures that file operations are restricted to a specific folder, enhancing security. Users must obtain a Google AI API Key and set it as an environment variable to authenticate the AI interactions. The project is designed for local use, emphasizing caution in selecting the sandbox folder to prevent unauthorized file access.
Features
- Local Server: `mcp_server.py` acts as a local server to manage file operations within a sandbox.
- Sandbox Environment: Restricts file operations to a designated folder for security.
- Chat Scripts: Command-line interfaces for interacting with Gemini AI.
- API Key Authentication: Requires a Google AI API Key for secure communication.
- Cross-Platform Compatibility: Supports both Unix and Windows systems for environment variable setup.