gaon
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gaonlist all available plugins and their tools"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP SSE Platform
Universal MCP over SSE server with a plugin system and admin dashboard.
Load multiple MCP tools as plugins, manage them from a web dashboard, and serve them over HTTP + Server-Sent Events.
Quick start
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 UICopy .env.example to .env and set ADMIN_TOKEN / INTERNAL_TOKEN.
See PLATFORM.md for full documentation.
Related MCP server: MCP Proxy Server
Structure
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.mdAdd a 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 DashboardLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
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.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceExposes any stdio-based MCP server to the internet via HTTP/SSE transport, enabling remote agents to access MCP tools over a network.8MIT
- AlicenseNot gradedqualityCmaintenanceAggregates multiple backend MCP servers into a single unified interface with optional web management UI for tool control and configuration.45193MIT
- FlicenseNot gradedqualityDmaintenanceA standalone MCP server that exposes API endpoints as tools for AI assistants, using SSE transport.-
- FlicenseNot gradedqualityCmaintenanceA modular MCP server built with FastAPI, exposing tools via HTTP endpoints with SSE streaming responses.-