Production-grade MCP server — 11 tools, Gemini/NIM/OpenAI, Docker, CI/CD, 51 tests
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-bridge-server": {
"command": "npx",
"args": [
"-y",
"Yashsh101/mcp-bridge-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-bridge-server npx -y Yashsh101/mcp-bridge-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-bridge-server": {
"command": "npx",
"args": [
"-y",
"Yashsh101/mcp-bridge-server"
]
}
}
}