@gpu-bridge/mcp-server
Advanced tools
| 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>", |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
18440
2.47%5
25%