Skip to content
Cursor

MirrorEdge AI: Waves for Cursor

io.github.mirroredgeai/waves

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

client:Cursor transport:stdio runtime:npm

Install MirrorEdge AI: Waves in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MirrorEdge AI: Waves in other clients