Skip to content
Gemini CLI

Barevalue for Gemini CLI

io.github.quietnotion/barevalue

Submit podcast orders, check status, and manage webhooks via Barevalue editing API.

client:Gemini CLI transport:stdio runtime:npm

Install Barevalue 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": {
    "barevalue": {
      "command": "npx",
      "args": [
        "-y",
        "barevalue-mcp"
      ],
      "env": {
        "BAREVALUE_API_KEY": "<BAREVALUE_API_KEY>"
      }
    }
  }
}

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

Barevalue in other clients