Audiolla for Zed
io.github.psyb0t/audiolla
Self-hosted MCP server: audio stems, mastering, MIR analysis, DSP, MIDI, speech tools.
client:Zed
transport:stdio
runtime:oci
Install Audiolla in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"audiolla": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/audiolla:v1.1.7"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs