feat: add GPU-Bridge MCP server (@gpu-bridge/mcp-server)#1061
Closed
fjnunezp75 wants to merge 2 commits intomodelcontextprotocol:mainfrom
Closed
feat: add GPU-Bridge MCP server (@gpu-bridge/mcp-server)#1061fjnunezp75 wants to merge 2 commits intomodelcontextprotocol:mainfrom
fjnunezp75 wants to merge 2 commits intomodelcontextprotocol:mainfrom
Conversation
Member
|
Hey, @fjnunezp75 , thanks for reaching out, but this is not the correct way to publish an MCP server to the MCP Registry. Please use the publisher CLI or the Registry API itself. You can check the https://modelcontextprotocol.io/registry/quickstart for more information and guidance 👍 Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add GPU-Bridge MCP Server
Package:
@gpu-bridge/mcp-serverv2.1.0npm: https://www.npmjs.com/package/@gpu-bridge/mcp-server
GitHub: https://github.com/gpu-bridge/mcp-server
Website: https://gpubridge.io
What is GPU-Bridge?
GPU-Bridge is a unified GPU inference API that provides 30 AI services through a single MCP tool: LLM inference, image generation, video processing, speech-to-text, TTS, embeddings, reranking, PDF parsing, NSFW detection, and more.
Why it belongs in the MCP Registry
Installation
{ "mcpServers": { "gpu-bridge": { "command": "npx", "args": ["-y", "@gpu-bridge/mcp-server"], "env": { "GPUBRIDGE_API_KEY": "your-api-key" } } } }Checklist
@gpu-bridge/mcp-server@2.1.0