Enables interaction with a file system via HTTP requests, supporting file operations and content summarization using the Google Gemini API.
This tool implements a Model Context Protocol (MCP) server that provides HTTP-based access to a file system. It supports essential file operations like creation, reading, copying, moving, and deletion. Leveraging the Google Gemini API, it can process and summarize file contents, making it easy to extract key insights. The server is built with FastAPI and designed for efficient handling of various file formats and streaming of large files, with deployment support via Docker and Cloud Run.