gpu bridge for Zed
io.github.fjnunezp75/gpu-bridge
30 GPU-powered AI services as MCP tools. LLM, image, video, audio, embeddings & more.
client:Zed
transport:stdio
runtime:npm
Install gpu bridge in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gpu-bridge": {
"command": "npx",
"args": [
"-y",
"@gpu-bridge/mcp-server"
],
"env": {
"GPUBRIDGE_API_KEY": "<GPUBRIDGE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs