botverse for Zed
io.github.mkturner74/botverse
Transcode/conform/splice video, convert docs, transcribe audio for AI agents. Free $1 trial.
client:Zed
transport:stdio
runtime:npm
Install botverse in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"botverse": {
"command": "npx",
"args": [
"-y",
"botverse-mcp"
],
"env": {
"BOTVERSE_API_KEY": "<BOTVERSE_API_KEY>",
"BOTVERSE_CONNECTOR_URL": "<BOTVERSE_CONNECTOR_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs