gpu bridge for Grok
io.github.fjnunezp75/gpu-bridge
30 GPU-powered AI services as MCP tools. LLM, image, video, audio, embeddings & more.
client:Grok
transport:stdio
runtime:npm
Install gpu bridge in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gpu-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gpu-bridge/mcp-server"
],
"env": {
"GPUBRIDGE_API_KEY": "<GPUBRIDGE_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs