Back to search
30
MCP
@inferencesh/mcp-bridge
npm/@inferencesh/mcp-bridgeStdio-to-HTTP bridge for MCP (Model Context Protocol). Connects any stdio MCP client to inference.sh or any remote MCP server via Streamable HTTP transport with Bearer token auth.
Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL
—
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"@inferencesh/mcp-bridge": {
"url": "None",
"transport": "http"
}
}
}