MCP server intelligence profile

Gemini Code Reviewer MCP Server

A universal MCP server that provides AI-powered code review and analysis for any programming language using Google's Gemini CLI

Local OnlyiamrichardD
Awaiting current scanSource Git · feaf146b7212dccd1d50925bc56314d0da4e8fbe

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
6Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

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.

Identity

Canonical sluggemini-code-reviewer-6ca3c8c9DeploymentLocal Only
Canonical packageRepositoryiamrichardD/claude-gemini-mcp-server
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
source_gitiamrichardd/claude-gemini-mcp-serverfeaf146b7212dccd1d50925bc56314d0da4e8fbe1Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
source_gitiamrichardd/claude-gemini-mcp-serverfeaf146b7212dccd1d50925bc56314d0da4e8fbeCurrentAug 25, 20266 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
gemini-code-reviewerServer-reported name
1Capability groups
Aug 25, 2026Observed

Tools 6

ToolCategoryAnnotationsRisk
gemini_analyze_codeUse Gemini CLI to analyze and explain code functionality
Input 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 improvements
Input 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 code
Input 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 patterns
Input 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 session
Input schema
{
  "type": "object",
  "properties": {}
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Gemini Code Reviewer MCP Server questions

How do I install Gemini Code Reviewer MCP Server?

No verified package installation command is available in the retained catalog evidence.

What tools does Gemini Code Reviewer MCP Server provide?

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.

Is Gemini Code Reviewer MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Google intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.