Skip to main content
Glama
raonwglobal

gaon

Official
by raonwglobal

MCP SSE Platform

플러그인 시스템과 관리자 대시보드를 갖춘 범용 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.md

플러그인 추가

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

라이선스

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