Skip to content
Zed

MirrorEdge AI: Waves for Zed

io.github.mirroredgeai/waves

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

client:Zed transport:stdio runtime:npm

Install MirrorEdge AI: Waves in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "waves": {
      "command": "npx",
      "args": [
        "-y",
        "waves-mcp"
      ],
      "env": {
        "WAVES_EXECUTABLE": "<WAVES_EXECUTABLE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

MirrorEdge AI: Waves in other clients