claude-gemini
MCP Server for Claude-Gemini peer programming workflow
How to use
The claude-gemini MCP server facilitates a peer programming workflow by enabling real-time collaboration between developers. With robust capabilities for handling contextual information and shared state, this server enhances communication and productivity during coding sessions, making it an ideal choice for teams looking to streamline their development processes.
Once connected to the claude-gemini MCP server, you can interact with it through simple commands to manage your peer programming sessions. You can query for the current context, share code snippets, and synchronize your work with peers. Make sure to use JSON-formatted commands for best results, as the server is optimized for handling structured data efficiently.
How to install
Prerequisites
Before installing the claude-gemini MCP server, ensure you have Node.js (version 14 or higher) installed on your machine. You may also want to have Python installed if you plan to run any additional scripts.
Option A: Quick start with npx
If you want to get started quickly without a global installation, you can use the following command:
npx -y iamrichardD/claude-gemini-mcp-server
Option B: Global install alternative
For a global installation, run:
npm install -g iamrichardD/claude-gemini-mcp-server
After installation, you can start the server with the command:
claude-gemini-start
Additional notes
When configuring the claude-gemini MCP server, you may want to set environment variables such as PORT to specify which port the server should listen on. Common issues include network connectivity problems, so ensure your firewall settings allow connections on the specified port. Additionally, check that your Node.js version is compatible if you encounter any startup errors.
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.