Google intelligence →
Association is based on retained identity fields; it does not by itself prove first-party publication.
A universal MCP server that provides AI-powered code review and analysis for any programming language using Google's Gemini CLI
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
No verified installation or connection method is available in the retained evidence yet.
| Canonical slug | gemini-code-reviewer-6ca3c8c9 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | iamrichardD/claude-gemini-mcp-server |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | iamrichardd/claude-gemini-mcp-server | feaf146b7212dccd1d50925bc56314d0da4e8fbe | 1 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitiamrichardd/claude-gemini-mcp-server | feaf146b7212dccd1d50925bc56314d0da4e8fbeCurrent | Aug 25, 2026 | 6 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
gemini_analyze_codeUse Gemini CLI to analyze and explain code functionalityInput schema{
"type": "object",
"properties": {
"file_path": {
"type": "string",
"description": "Path to the source code file to analyze"
},
"analysis_type": {
"type": "string",
"enum": [
"explain",
"optimize",
"debug",
"refactor",
"compare"
],
"default": "explain"
},
"language": {
"type": "string",
"description": "Programming language (auto-detected if not specified)",
"maxLength": 50
}
},
"required": [
"file_path"
]
} | — | — | |
gemini_code_reviewUse Gemini CLI to review code for correctness, best practices, and improvementsInput schema{
"type": "object",
"properties": {
"file_path": {
"type": "string",
"description": "Path to the source code file to review"
},
"context": {
"type": "string",
"description": "Additional context (max 1000 chars)",
"maxLength": 1000
},
"focus_areas": {
"type": "string",
"enum": [
"syntax",
"logic",
"performance",
"best_practices",
"security",
"testing",
"general"
],
"default": "general"
},
"language": {
"type": "string",
"description": "Programming language (auto-detected if not specified)",
"maxLength": 50
}
},
"required": [
"file_path"
]
} | — | — | |
gemini_propose_planUse Gemini CLI to generate a detailed implementation plan for another AI to follow. This tool creates structured, step-by-step plans that can be executed by Claude or other AI assistants.Input schema{
"type": "object",
"properties": {
"prompt": {
"type": "string",
"description": "The high-level user request or task description that needs a plan"
},
"conversation_history": {
"type": "string",
"description": "Optional conversation history for iterative refinement of the plan",
"maxLength": 10000
}
},
"required": [
"prompt"
]
} | — | — | |
gemini_suggest_improvementsUse Gemini CLI to suggest specific improvements for codeInput schema{
"type": "object",
"properties": {
"file_path": {
"type": "string",
"description": "Path to the source code file"
},
"improvement_goals": {
"type": "string",
"enum": [
"performance",
"readability",
"maintainability",
"scalability",
"security",
"general"
],
"default": "general"
},
"language": {
"type": "string",
"description": "Programming language (auto-detected if not specified)",
"maxLength": 50
}
},
"required": [
"file_path"
]
} | — | — | |
gemini_validate_architectureUse Gemini CLI to validate code architecture and design patternsInput schema{
"type": "object",
"properties": {
"file_path": {
"type": "string",
"description": "Path to the source code file"
},
"validation_focus": {
"type": "string",
"enum": [
"architecture",
"design_patterns",
"scalability",
"testability",
"maintainability"
],
"default": "architecture"
},
"language": {
"type": "string",
"description": "Programming language (auto-detected if not specified)",
"maxLength": 50
}
},
"required": [
"file_path"
]
} | — | — | |
get_review_historyGet the history of operations performed in this sessionInput schema{
"type": "object",
"properties": {}
} | — | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
No verified package installation command is available in the retained catalog evidence.
Gemini Code Reviewer MCP Server exposed 6 tools during independent protocol observation, including gemini_analyze_code, gemini_code_review, gemini_propose_plan, gemini_suggest_improvements, gemini_validate_architecture, get_review_history.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.
Association is based on retained identity fields; it does not by itself prove first-party publication.
Curated product and capability guides containing this catalog record.