Runway AI Video Generation for Zed
io.github.sidart10/runway-mcp-server
AI video generation with Gen-4, Veo 3, and Aleph editing. Text-to-video, image-to-video, 4K upscale
client:Zed
transport:stdio
runtime:pypi
Install Runway AI Video Generation in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"runway-mcp-server": {
"command": "uvx",
"args": [
"runway-mcp-server"
],
"env": {
"RUNWAY_API_KEY": "<RUNWAY_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs