Back to search
30
MCP

@inferencesh/mcp-bridge

npm/@inferencesh/mcp-bridge

Stdio-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

igdb-mcp-client
STDIO-to-StreamableHTTP bridge for the IGDB MCP Server
0 tools
tvup/mcp-http-bridge
HTTP bridge for Laravel MCP servers - converts stdio to HTTP for LobeChat and other MCP clients
0 tools
MCP Stdio
Stdio-to-HTTP gateway — connects MCP clients to remote HTTP MCP servers
0 tools
mcp-proxy
A bridge between Streamable HTTP and stdio MCP transports
0 tools
agent-exporter MCP bridge
Local stdio MCP bridge for archive publishing, retrieval, and governance evidence.
0 tools
eyeot-mcp
stdio↔HTTP bridge for the eyeot ERP MCP server (Claude Desktop, Cursor, custom agents)
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@inferencesh/mcp-bridge": {
      "url": "None",
      "transport": "http"
    }
  }
}