Labsco
MCP SERVER

Gemini

by Stesm

Put a question to Google's Gemini from inside your coding session and get the answer back in the same thread.

Model Routing, Multi-Model Consultation & Cost Control
Summary
One prompt in, Gemini's answer out.

It does a single thing — hand a prompt to the Gemini command-line tool and bring the reply back — which is enough to get a second read on a problem without switching windows. Because it drives that tool rather than the API directly, whatever the tool can already do on your machine is what you get, including the variant that skips its confirmation step.

What it is

A small stdio server that drives Google's Gemini command-line tool. It passes your prompt to that tool and returns the reply, so a second model can be consulted mid-task without leaving the conversation.

What you get
  • A prompt sent to Gemini and its answer returned in the conversation
  • A second variant that auto-confirms the operations the command-line tool would otherwise stop and ask about
  • A stdio transport, so it connects the way any local server does
Requirements

Node on your machine, Google's Gemini command-line tool installed, and a Gemini API key supplied through the environment. You clone the repository and build it yourself, then point your client at the built entry file.