We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/juparave/gemini-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
description: "Analyze specific files or directories using Gemini's large context window"
argument-hint: "[files/directories] [optional: analysis prompt]"
allowed-tools: gemini_analyze_files, gemini_analyze_directories, Read, Glob
---
Analyze the specified files or directories using Gemini's massive context window for comprehensive codebase analysis.
Usage examples:
- `/gemini-analyze src/main.py src/utils.py` - Analyze specific files
- `/gemini-analyze src/ tests/` - Analyze directories
- `/gemini-analyze @src/auth.py "explain the authentication flow"` - Analyze with custom prompt
I'll determine whether you've provided files or directories and use the appropriate Gemini analysis tool with the provided prompt or a comprehensive default analysis.
Files/directories to analyze: $ARGUMENTS