Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
YouTube Security VideosGoogle DeepMind: Create your own voices with Gemini 3.8 text-to-speech(23.09.2026 um 17:23 Uhr)
YouTube Security VideosAMD: The Evolution of CPU Architecture in the AI Era: S3 E6(23.09.2026 um 17:00 Uhr)
YouTube Security VideosBuilding AMD Helios: From Design to Rackscale AI Solutions(23.09.2026 um 17:30 Uhr)
YouTube Security VideosFlutter: Why Holafly switched to a cross-platform framework(23.09.2026 um 18:00 Uhr)
YouTube Security VideosGoogle Workspace: Create HD videos at no cost with Gemini in Google Vids(23.09.2026 um 18:00 Uhr)
Windows Tipps & SecurityUnable to extend volume in Hyper-V(23.09.2026 um 13:43 Uhr)
YouTube Security VideosGoogle DeepMind: Create your own voices with Gemini 3.8 text-to-speech(23.09.2026 um 17:23 Uhr)
YouTube Security VideosAMD: The Evolution of CPU Architecture in the AI Era: S3 E6(23.09.2026 um 17:00 Uhr)
YouTube Security VideosBuilding AMD Helios: From Design to Rackscale AI Solutions(23.09.2026 um 17:30 Uhr)
YouTube Security VideosFlutter: Why Holafly switched to a cross-platform framework(23.09.2026 um 18:00 Uhr)
YouTube Security VideosGoogle Workspace: Create HD videos at no cost with Gemini in Google Vids(23.09.2026 um 18:00 Uhr)
Windows Tipps & SecurityUnable to extend volume in Hyper-V(23.09.2026 um 13:43 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

I built a self-hosted MCP server registry and proxy in TypeScript

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…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

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 — WebSocket pub/sub + BullMQ transport

  • BullMQ — async health check queue

  • Socket.io — real-time log streaming





How it works



Register a server once:




curl -X POST http://localhost:3000/api/v1/servers \
-H 'Content-Type: application/json' \
-d '{
"name": "github-mcp",
"url": "http://my-mcp-server:8080",
"transport": "http"
}'







Then proxy any tool call through mcp-hub:




curl -X POST http://localhost:3000/api/v1/proxy/{serverId}/call \
-H 'Content-Type: application/json' \
-d '{ "tool": "create_issue", "input": { "title": "Bug" } }'






Every call is logged to PostgreSQL and streamed live over WebSocket.






Run it in one command






git clone https://github.com/DIYA73/mcp-hub
cd mcp-hub
cp .env.example .env
docker compose up






API at http://localhost:3000/api/v1

WebSocket at ws://localhost:3000/logs






Why I built this



I'm running multiple MCP servers locally and needed a central

place to register them, forward calls, and see what's happening

in real time. Nothing TypeScript-native existed.



GitHub: https://github.com/DIYA73/mcp-hub



Feedback welcome — especially if you're running MCP servers in prod.

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten I built a self-hosted MCP server registry and proxy in TypeScript

Thematisch verwandte Begriffe: built, selfhosted, server, registry · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-55610 | InvoiceShelf is an open-source web & mobile app that helps track expense…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick