Google intelligence →
Association is based on retained identity fields; it does not by itself prove first-party publication.
Enables Claude Code to call Gemini models through an OpenAI-compatible API, providing tools for deep analysis, brainstorming, code review, and general queries using Gemini's capabilities
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 | claude-code-gemini-mcp-dac19cc1 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | ShunL12324/claude-code-gemini-mcp |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | shunl12324/claude-code-gemini-mcp | 470716910982be03cdf948fef9f1d87be491afb9 | 1 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitshunl12324/claude-code-gemini-mcp | 470716910982be03cdf948fef9f1d87be491afb9Current | Aug 25, 2026 | 4 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_brainstormLet Gemini brainstorm on a topic and generate multiple creative ideas or solutions with pros and consInput schema{
"type": "object",
"properties": {
"topic": {
"type": "string",
"description": "The topic to brainstorm"
},
"constraints": {
"type": "string",
"description": "Constraints or requirements to consider"
},
"count": {
"type": "number",
"minimum": 3,
"maximum": 10,
"description": "Number of ideas to generate (default: 5)"
}
},
"required": [
"topic"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
gemini_querySend any query to Gemini-3-pro-preview modelInput schema{
"type": "object",
"properties": {
"prompt": {
"type": "string",
"description": "The complete prompt to send"
},
"systemPrompt": {
"type": "string",
"description": "Optional system prompt"
},
"temperature": {
"type": "number",
"minimum": 0,
"maximum": 2,
"description": "Sampling temperature (0-2), default 0.7"
}
},
"required": [
"prompt"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
gemini_reviewLet Gemini review code, architecture design, or technical solutionsInput schema{
"type": "object",
"properties": {
"content": {
"type": "string",
"description": "The content to review (code, design document, etc.)"
},
"reviewType": {
"type": "string",
"enum": [
"code",
"architecture",
"security",
"performance"
],
"description": "Type of review: code, architecture, security, or performance"
},
"focus": {
"type": "string",
"description": "Specific aspects to focus on"
}
},
"required": [
"content",
"reviewType"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
gemini_thinkLet Gemini-3-pro-preview deeply analyze complex problems, perform reasoning and brainstormingInput schema{
"type": "object",
"properties": {
"problem": {
"type": "string",
"description": "The problem or task to analyze"
},
"context": {
"type": "string",
"description": "Related background information or context"
},
"thinkingStyle": {
"type": "string",
"enum": [
"analytical",
"creative",
"critical",
"systematic"
],
"description": "Thinking style: analytical (logical analysis), creative (divergent thinking), critical (critical evaluation), systematic (systematic decomposition)"
}
},
"required": [
"problem"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
No verified package installation command is available in the retained catalog evidence.
Claude Code Gemini MCP Server exposed 4 tools during independent protocol observation, including gemini_brainstorm, gemini_query, gemini_review, gemini_think.
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.