mcp for Zed
io.github.runware/mcp
Access the full Runware API as MCP tools: image, video, audio, 3D, and text.
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@runware/mcp"
],
"env": {
"RUNWARE_API_KEY": "<RUNWARE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs