New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@gpu-bridge/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gpu-bridge/mcp-server - npm Package Compare versions

Comparing version
2.1.0
to
2.2.0
+17
smithery.yaml
startCommand:
type: stdio
configSchema:
type: object
properties:
GPUBRIDGE_API_KEY:
type: string
description: "Your GPU-Bridge API key (get one free at gpubridge.xyz). Starts with gpub_"
required: []
commandFunction: |-
(config) => ({
command: "npx",
args: ["@gpu-bridge/mcp-server"],
env: {
GPUBRIDGE_API_KEY: config.GPUBRIDGE_API_KEY || ""
}
})
+2
-2
{
"name": "@gpu-bridge/mcp-server",
"version": "2.1.0",
"version": "2.2.0",
"description": "GPU-Bridge MCP Server — 30 AI services as MCP tools. LLM, image, video, audio, embeddings, reranking, PDF parsing, NSFW detection & more. x402 native for autonomous agents.",

@@ -8,3 +8,3 @@ "type": "module",

"bin": { "gpu-bridge-mcp": "index.js" },
"files": ["index.js", "README.md", "LICENSE"],
"files": ["index.js", "README.md", "LICENSE", "smithery.yaml"],
"keywords": ["mcp", "ai", "gpu", "inference", "llm", "image-generation", "video", "audio", "embeddings", "reranking", "x402", "claude", "model-context-protocol"],

@@ -11,0 +11,0 @@ "author": "GPU-Bridge <hello@gpubridge.xyz>",