← Back to Plugins
MCP Server MCP

io.github.fjnunezp75/gpu-bridge

github By github 👁 1 views ▲ 0 votes

30 GPU-powered AI services as MCP tools. LLM, image, video, audio, embeddings & more.

Homepage Verified source GitHub

Install

npx -y @gpu-bridge/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@gpu-bridge/mcp-server",
      "version": "2.4.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GPU-Bridge API key (get one at https://gpubridge.io). Starts with gpub_. Optional if using x402 micropayments.",
          "format": "string",
          "isSecret": true,
          "name": "GPUBRIDGE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...