MirrorEdge AI: Waves for VS Code
io.github.mirroredgeai/waves
Let your assistant see your recording's spectrogram, box the noise, and heal only that.
client:VS Code
transport:stdio
runtime:npm
Install MirrorEdge AI: Waves in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "waves-executable",
"description": "WAVES_EXECUTABLE",
"password": true
}
],
"servers": {
"waves": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"waves-mcp"
],
"env": {
"WAVES_EXECUTABLE": "${input:waves-executable}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs