Awesome MCPSoftware Development

RaiAnsar/claude_code-gemini-mcp

⭐ 249 Python repository created 2025-06-10

This project, named Claude Code + Gemini MCP Server, implements a Model Context Protocol (MCP) server that integrates Claude Code with Google's Gemini AI. The integration enables powerful AI collaboration within the Claude Code environment, allowing users to ask questions, get code reviews, and brainstorm ideas using Gemini's AI capabilities. The project is designed to enhance the functionality of Claude Code by bridging it with Google's Gemini AI through an MCP server, facilitating seamless interaction between the two AI systems. The project requires Python 3.8 or higher, Claude Code CLI, and a Google Gemini API key for setup. Installation can be done quickly via a one-line script or manually by cloning the repository and running a setup script with the API key. Once installed, users can start Claude Code and use specific commands to interact with Gemini AI, such as asking questions, requesting code reviews focused on security or performance, and brainstorming solutions or ideas. The MCP server installs the Google Gemini Python SDK, sets up the server to work globally across directories, and provides tools for collaboration between Claude Code and Gemini. The available tools include 'ask_gemini' for general questions, 'gemini_code_review' for code analysis, and 'gemini_brainstorm' for idea generation. The server is installed in the user's home directory under a specific path for easy access and management. Troubleshooting tips are provided for common issues like MCP visibility and connection errors, including instructions for reinstalling the MCP server and verifying the API key and dependencies. The project is open for contributions, encouraging simple and beginner-friendly pull requests, and is licensed under the MIT License. Overall, this project facilitates enhanced AI collaboration by integrating two advanced AI systems through the MCP framework, making it a valuable tool for developers and AI enthusiasts using Claude Code.

https://github.com/RaiAnsar/claude_code-gemini-mcp

ai-brainstormingai-code-reviewai-collaborationai-developmentai-integrationai-powered-code-reviewai-question-answeringai-questionsai-toolsapi-integrationask_geminibrainstormingclaude-aiclaude-codeclaude-code-environmentcode-reviewcode-security-reviewgemini-flashgemini_brainstormgemini_code_reviewgoogle's-gemini-aigoogle-gemini-aigoogle-gemini-apiidea-generationmcpmcp-servermodel-context-protocolpython

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...