MCP Directory
Back

mcp-gemini-assistant

by peterkrueck · Python · ★ 105

MCP Gemini - Coding Assistant for Claude Code

Install

pip install git+https://github.com/peterkrueck/mcp-gemini-assistant.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-gemini-assistant": {
      "command": "uvx",
      "args": [
        "git+https://github.com/peterkrueck/mcp-gemini-assistant.git"
      ]
    }
  }
}

From the README

A powerful MCP server that allows Claude Code to consult Gemini for complex coding problems with full code context and conversation persistence. > **Note**: This server works standalone but is highly recommended to use with the [Claude Code Development Kit](https://github.com/peterkrueck/Claude-Code-Development-Kit) for enhanced automation and context management. - **Session Management**: Maintain conversation context across multiple queries - **File Attachments**: Read and include actual code files in conversations - **Hybrid Context**: Combine text-based with file attachments - **Follow-u…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers