Skip to content
Zed

webear for Zed

io.github.asume21/webear

Give your AI coding assistant ears — capture, analyze, and describe live audio.

client:Zed transport:stdio runtime:npm

Install webear 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": {
    "webear": {
      "command": "npx",
      "args": [
        "-y",
        "webear"
      ],
      "env": {
        "WEBEAR_BASE_URL": "<WEBEAR_BASE_URL>",
        "CODEDSWITCH_API_KEY": "<CODEDSWITCH_API_KEY>"
      }
    }
  }
}

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

webear in other clients