Skip to content
Gemini CLI

buddy mcp for Gemini CLI

io.github.lyellr88/buddy-mcp

Claude Code creature collection game. Hatch buddies, pet to boost roll luck, complete the BuddyDex.

client:Gemini CLI transport:stdio runtime:npm

Install buddy mcp in Gemini CLI

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

{
  "mcpServers": {
    "buddy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@lyellr88/buddy-mcp"
      ]
    }
  }
}

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

buddy mcp in other clients