Gemini MCP File AgentServer

kevingduck
GitHub
File ManagementAI IntegrationLocal Server

Loading subscription status...

💡 Description

A local server that allows Google's Gemini AI to securely read, write, and list files in a controlled sandbox folder on your computer through natural language chat interactions.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Gemini MCP File Agent": {
        "env": {
          "GOOGLE_API_KEY": "YOUR_KEY_HERE"
        },
        "args": [],
        "command": "python mcp_server.py"
      }
    }
  ]
}

🛠️ Tools

PythonLinuxApple

Features

  • Secure file management interface for AI.
  • Controlled read/write operations and file listing.
  • Local execution using Python.

💬 Example Queries

  • What files are in my working folder?
  • Create notes.txt and write 'Hello World' in it.
  • Read notes.txt.