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