PulseAugur
EN
LIVE 18:15:59

Developer builds self-hosted TypeScript MCP server registry and proxy

A developer has created a self-hosted MCP server registry and proxy called mcp-hub, written in TypeScript. This tool allows users to register any MCP server, proxy tool calls through a single authenticated endpoint, and stream these calls live via WebSocket. The project aims to provide a TypeScript-native solution for managing multiple local MCP servers, offering features like real-time monitoring and health checks. AI

IMPACT Provides a self-hosted infrastructure tool for managing MCP servers, potentially improving developer workflows for those running multiple local AI model servers.

RANK_REASON This is a self-hosted tool created by a developer, not a product release from a major company or a significant industry event.

Read on dev.to — MCP tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

COVERAGE [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Diya ·

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

    <p>The official MCP registry is written in Go and cloud-hosted.<br /> I wanted something I could self-host, written in TypeScript, <br /> that my team could run inside our own infra.</p> <p>So I built <strong>mcp-hub</strong>.</p> <h2> What it does </h2> <ul> <li> <strong>Registe…