Skip to content
Gemini CLI

base64 forge mcp for Gemini CLI

io.github.ryudi84/base64-forge-mcp

Encode/decode Base64, URL-safe variants, and file data

client:Gemini CLI transport:stdio runtime:npm

Install base64 forge mcp in Gemini CLI

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

{
  "mcpServers": {
    "base64-forge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "base64-forge-mcp"
      ]
    }
  }
}

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

base64 forge mcp in other clients