Skip to content

Live Audio Intelligence for Zed

io.github.ykshah1309/live-audio-intelligence-mcp

Live webcast transcription + vocal stress analysis (F0 jitter, hesitation) for earnings calls.

client:Zed transport:stdio runtime:pypi

Install Live Audio Intelligence in Zed

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

{
  "context_servers": {
    "live-audio-intelligence-mcp": {
      "command": "uvx",
      "args": [
        "live-audio-intelligence-mcp"
      ]
    }
  }
}

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

Live Audio Intelligence in other clients