Skip to main content
Glama
raonwglobal

gaon

Official
by raonwglobal

MCP SSE Platform

通用 MCP over SSE 服务器,带插件系统和管理仪表盘。

将多个 MCP 工具作为插件加载,通过 Web 仪表盘管理它们,并通过 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.
    -