Skip to main content
Glama
raonwglobal

gaon

Official
by raonwglobal

Plataforma MCP SSE

Servidor universal MCP over SSE con sistema de plugins y panel de administración.

Carga múltiples herramientas MCP como plugins, adminístralas desde un panel web y sírvelas a través de HTTP + Server-Sent Events.

Inicio rápido

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

Copia .env.example a .env y establece ADMIN_TOKEN / INTERNAL_TOKEN.

Consulta PLATFORM.md para la documentación completa.

Related MCP server: MCP Proxy Server

Estructura

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.md

Añadir un plugin

cp -r plugins/_template plugins/my-plugin
# edit plugins/my-plugin/index.ts
# register factory in packages/core/src/plugins/index.ts
# enable via Dashboard

Licencia

MIT

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Exposes any stdio-based MCP server to the internet via HTTP/SSE transport, enabling remote agents to access MCP tools over a network.
    8
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    A modular MCP server built with FastAPI, exposing tools via HTTP endpoints with SSE streaming responses.
    -