ownvoice for Zed
io.github.rudrendupaul/ownvoice
Wraps the ownvoice CLI as a single generic MCP tool for voice/identity checks.
client:Zed
transport:stdio
runtime:pypi
Install ownvoice in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ownvoice": {
"command": "uvx",
"args": [
"ownvoice-cli"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs