A
licenseNot graded
qualityD
maintenanceExposes any stdio-based MCP server to the internet via HTTP/SSE transport, enabling remote agents to access MCP tools over a network.
8
MIT
Универсальный MCP over SSE сервер с системой плагинов и админ-панелью.
Загружайте несколько MCP-инструментов как плагины, управляйте ими через веб-панель и обслуживайте их по HTTP + Server-Sent Events.
npm install
npm run dev:core # :3000 — MCP SSE Data Plane
npm run dev:control # :3001 — Control Plane API
npm run dev:dashboard # :5173 — Admin UIСкопируйте .env.example в .env и установите ADMIN_TOKEN / INTERNAL_TOKEN.
Смотрите PLATFORM.md для полной документации.
Related MCP server: MCP Proxy Server
packages/
core/ # MCP SSE server
control-plane/ # Plugin registry & management API
dashboard/ # React admin UI
plugins/
weather/ # Example plugin
echo/ # Smoke-test plugin
_template/ # Copy this to create a new plugin
docs/
prd.md
architecture.md
roadmap.mdcp -r plugins/_template plugins/my-plugin
# edit plugins/my-plugin/index.ts
# register factory in packages/core/src/plugins/index.ts
# enable via DashboardMIT
This server cannot be deployed
Host your MCP tool over streamable HTTP in one command.
MCP server for progressive tool usage at any scale (see https://klavis.ai)
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
MCP server exposing the Backtest360 engine API as tools for AI agents.