agent media for Zed
io.github.yuvalsuede/agent-media
Generate AI UGC videos with talking heads, B-roll, and subtitles.
client:Zed
transport:stdio
runtime:npm
Install agent media in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agent-media": {
"command": "npx",
"args": [
"-y",
"@agentmedia/mcp-server"
],
"env": {
"AGENT_MEDIA_API_KEY": "<AGENT_MEDIA_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs