Skip to main content
Glama

Gemini MCP

by emmron

mcp__gemini__analyze_codebase

Analyze codebases with AI-driven insights to identify patterns, dependencies, and optimizations. Generate comprehensive reports to enhance code quality and maintainability.

Instructions

Comprehensive codebase analysis with AI insights

Input Schema

NameRequiredDescriptionDefault
includeAnalysisNoInclude AI analysis
pathNoPath to analyze.
reportTypeNoReport typecomprehensive

Input Schema (JSON Schema)

{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "includeAnalysis": { "default": true, "description": "Include AI analysis", "type": "boolean" }, "path": { "default": ".", "description": "Path to analyze", "type": "string" }, "reportType": { "default": "comprehensive", "description": "Report type", "type": "string" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/emmron/gemini-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server