AudioMade for Zed
io.github.yasib48/audiomade
Generate four real game-audio candidates, audition and select one, then install it into a project.
client:Zed
transport:stdio
runtime:npm
Install AudioMade in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"audiomade": {
"command": "npx",
"args": [
"-y",
"audiomade-mcp"
],
"env": {
"AUDIOMADE_API_KEY": "<AUDIOMADE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs