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
{
"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