30 GPU-powered AI services as MCP tools. LLM, image, video, audio, embeddings & more.
claude mcp add gpu-bridge -- npx -y @gpu-bridge/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"gpu-bridge": {
"command": "npx",
"args": [
"-y",
"@gpu-bridge/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"gpu-bridge": {
"command": "npx",
"args": [
"-y",
"@gpu-bridge/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gpu-bridge": {
"command": "npx",
"args": [
"-y",
"@gpu-bridge/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"gpu-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gpu-bridge/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"gpu-bridge": {
"command": "npx",
"args": [
"-y",
"@gpu-bridge/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.fjnunezp75--gpu-bridge/reviews or the review_server meta-tool.
POST /mcp