Retrieve metadata for a specific file uploaded to the Gemini API using its unique file name. Designed for use with Google AI Studio API keys within the MCP Gemini Server framework.
Delete a specific file uploaded to the Gemini API by providing its unique file name (e.g., 'files/abc123xyz'). Returns a success confirmation upon deletion. Works exclusively with Google AI Studio API keys.
Upload files to the Gemini API by specifying a local path, returning metadata with unique name and URI. Requires Google AI Studio API keys; supports optional display name and MIME type.
Studio MCP transforms any CLI command into an AI tool by using a simple template syntax to define input schemas and arguments. It enables AI agents like Claude and Cursor to execute local scripts and system commands through a dynamically generated Model Context Protocol server.
Enables Claude to use Google Gemini as a secondary AI through MCP for large-scale codebase analysis and complex reasoning tasks. Supports both Gemini Flash and Pro models with specialized functions for general queries and comprehensive code analysis.
A Model Context Protocol server that connects to Google AI Studio/Gemini API, enabling content generation with support for various file types, conversation history, and system prompts.