gemini_mcp

gemini_mcp

1

The Gemini MCP File Agent is a tool that allows safe file management by Google's Gemini AI within a specific folder or 'sandbox' on a user's computer. It includes command-line scripts for communication and employs a local server to execute file actions, promoting local and controlled AI interactions.

Gemini MCP File Agent (MVP)

This project enables users to interact with Google's Gemini AI, allowing it to safely access files within a specified folder on their computer, known as a 'sandbox.'

What it does:

  • A local server (mcp_server.py) that lets Gemini access designated folders.
  • Command-line chat scripts to communicate with Gemini and manage files using the server.

Quick Start:

  1. Ensure all .py files are in one folder.
  2. Obtain a Google AI API Key and set it as an environment variable.
  3. Install necessary packages.
  4. Run the MCP Server using python mcp_server.py and start chatting.

The operations are sandboxed for safety and designed for local use only.