Skip to content
Zed

audiolab for Zed

tools.audiolab/audiolab

Loudness (EBU R128 / BS.1770-4), true-peak and voice-quality analysis for local files and URLs.

client:Zed transport:stdio runtime:npm

Install audiolab in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "audiolab": {
      "command": "npx",
      "args": [
        "-y",
        "@audiolabtools/mcp-server"
      ],
      "env": {
        "AUDIOLAB_API_KEY": "<AUDIOLAB_API_KEY>",
        "AUDIOLAB_API_BASE": "<AUDIOLAB_API_BASE>",
        "AUDIOLAB_TIMEOUT_MS": "<AUDIOLAB_TIMEOUT_MS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

audiolab in other clients