← Gemini Collaboration MCP Server
1.0.0npm · gemini-collaboration-mcp · current release
Observed 2026-08-22T13:01:40.793Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
collaborate_on_codeCollaborate with Gemini to develop code through iterative dialogue.
Claude and Gemini will:
1. Create and review PRD together
2. Decide on tech stack together
3. Generate and refine code together
Returns the final code after collaboration.Input schema{
"type": "object",
"properties": {
"request": {
"type": "string",
"description": "What to build (e.g., \"3D dice game\", \"calculator app\")"
}
},
"required": [
"request"
]
} | — | — · — | — |
consult_geminiConsult Gemini AI for a second opinion or advice.
Use this when:
- You need validation of your approach
- You're uncertain about a decision
- You want a different perspective
- You need expert advice on a technical problemInput schema{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The question or problem to consult Gemini about"
},
"context": {
"type": "string",
"description": "Additional context to help Gemini understand the situation (optional)"
}
},
"required": [
"query"
]
} | — | — · — | — |