Skip to content
Zed

Audio Sonic MCP for Zed

io.github.ripunjay-kashyap/audio-sonic-mcp

Local-first audio analysis: BPM, musical key, production profile, and CLAP vibe embeddings.

client:Zed transport:stdio runtime:oci

Install Audio Sonic MCP 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": {
    "audio-sonic-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ripunjay-kashyap/audio-sonic-mcp:1.2.0"
      ],
      "env": {
        "JOBS_ROOT": "<JOBS_ROOT>",
        "KEEP_JOB_FILES": "<KEEP_JOB_FILES>"
      }
    }
  }
}

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

Audio Sonic MCP in other clients