Skip to content
Gemini CLI

VitaminMCP for Gemini CLI

io.github.backas03/vitaminmcp

Test Minecraft plugins end to end: drive a real Paper server and real protocol bots.

client:Gemini CLI transport:stdio runtime:npm

Install VitaminMCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "vitaminmcp": {
      "command": "npx",
      "args": [
        "-y",
        "vitaminmcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

VitaminMCP in other clients