Skip to content
Gemini CLI

plyo mcp for Gemini CLI

io.github.plyo-dev/plyo-mcp

Save, publish, restore and back up AI-built projects on Plyo, for people who build with AI.

client:Gemini CLI transport:stdio runtime:npm

Install plyo mcp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "plyo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "plyo-mcp"
      ],
      "env": {
        "PLYO_TOKEN": "<PLYO_TOKEN>"
      }
    }
  }
}

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

plyo mcp in other clients