← Gemini Collaboration MCP Server

Gemini Collaboration MCP Server 1.0.0

npm · gemini-collaboration-mcp · current release

2
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-22T13:01:40.793Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {}
}

Tools 2

ToolCategoryAnnotationsRisk
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 problem
Input 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"
  ]
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.