Skip to content
Gemini CLI

MirrorEdge AI: Waves for Gemini CLI

io.github.mirroredgeai/waves

Let your assistant see your recording's spectrogram, box the noise, and heal only that.

client:Gemini CLI transport:stdio runtime:npm

Install MirrorEdge AI: Waves 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": {
    "waves": {
      "command": "npx",
      "args": [
        "-y",
        "waves-mcp"
      ],
      "env": {
        "WAVES_EXECUTABLE": "<WAVES_EXECUTABLE>"
      }
    }
  }
}

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

MirrorEdge AI: Waves in other clients