MirrorEdge AI: Waves for Grok
io.github.mirroredgeai/waves
Let your assistant see your recording's spectrogram, box the noise, and heal only that.
client:Grok
transport:stdio
runtime:npm
Install MirrorEdge AI: Waves in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"waves": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"waves-mcp"
],
"env": {
"WAVES_EXECUTABLE": "<WAVES_EXECUTABLE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs