DIYA73/mcp-hub: Self-hosted MCP server registry and proxy. Register, proxy, and monitor any MCP server. NestJS · PostgreSQL · Redis · BullMQ · WebSocket streaming. (opens in new tab)
The official MCP registry is written in Go and cloud-hosted. I wanted something I could self-host, written in TypeScript, that my team could run inside our own infra. So I built mcp-hub. What it does Register any MCP server (SSE, HTTP, stdio transports) Proxy all tool calls through one endpoint with auth forwarding Stream every tool call live via WebSocket (Socket.io) Monitor server health async via BullMQ jobs Stack NestJS — API framework PostgreSQL — server registry + tool call logs Redis —...
Read the original article