MCP Directory
Back

claude-gemini-mcp-slim

by cmdaltctr · Python · ★ 233

Lightweight MCP integration bringing Google's Gemini AI capabilities to Claude Code with 1M+ token context window, smart model selection, and powerful code analysis tools

#claude-code#claude-hooks#gemini-api#gemini-cli

Install

pip install git+https://github.com/cmdaltctr/claude-gemini-mcp-slim.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

> **🚀 What's Coming Next:** > I'm building an **AI Agent Feedback Loop System** that enables intelligent collaboration between Claude Code and Gemini AI. This will create a continuous improvement cycle where both AI agents learn from each other's suggestions, creating smarter code analysis and more contextual development assistance. Starting with Claude Code, then expanding to other IDEs. Stay tuned! **A lightweight integration that brings Google's Gemini AI capabilities to Claude Code through MCP (Model Context Protocol)** This project connects Claude Code (your coding assistant) with Goog…
Read full README on GitHub →

Related ai & ml servers