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
{
"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