gpu bridge for Cline
io.github.fjnunezp75/gpu-bridge
30 GPU-powered AI services as MCP tools. LLM, image, video, audio, embeddings & more.
client:Cline
transport:stdio
runtime:npm
Install gpu bridge in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"gpu-bridge": {
"command": "npx",
"args": [
"-y",
"@gpu-bridge/mcp-server"
],
"env": {
"GPUBRIDGE_API_KEY": "<GPUBRIDGE_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs