Example MCP SSE Server
Uses Hono as the underlying web framework for implementing the SSE server, providing routing and HTTP handling capabilities for real-time communication.
Built on Node.js runtime environment, allowing the MCP server to be deployed and run on various platforms that support Node.js.
Utilizes Yarn as the package manager for dependency management and script execution in the project.
Click on "Install 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., "@Example MCP SSE Serverstart a real-time connection to monitor model updates"
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.
Example MCP SSE Server
A Model Context Protocol (MCP) server implementation, enabling server-sent events (SSE) based communication.
Overview
Example MCP SSE Server provides a Model Context Protocol implementation that allows for real-time communication using Server-Sent Events (SSE). It's designed to work with applications and provides a standardized way of managing and communicating with models and resources.
Related MCP server: MCP REST API Server
Features
Model Context Protocol (MCP) implementation
Server-Sent Events (SSE) for real-time communication
Resource templating and management
Prerequisites
Node.js (v14 or higher recommended)
Yarn package manager (can be changed easily)
Installation
Clone the repository and install dependencies:
cd hono-mcp-sse-server
yarn installUsage
Starting the Server
To start the server in development mode:
yarn devThis will run the server with the MCP inspector for debugging.

To start the server in production mode:
yarn startBy default, the server runs on port 3001. You can override this by setting the PORT environment variable:
PORT=5000 yarn startEndpoints
/sse- SSE endpoint for establishing persistent connections/messages- Endpoint for sending messages to the MCP server
Project Structure
src/index.ts- Main entry point of the applicationsrc/mcp-server.ts- Implementation of the MCP server and resource definitionssrc/sse-server.ts- SSE server implementation using Hono
Dependencies
@modelcontextprotocol/sdk - SDK for Model Context Protocol
Hono - Web framework for Node.js
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.Last updated1711MIT
- Flicense-qualityDmaintenanceA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.Last updated
- Alicense-qualityDmaintenanceA server that implements the Model Context Protocol (MCP) with StreamableHTTP transport, enabling standardized interaction with model services through a RESTful API interface.Last updated8112MIT
- AlicenseCqualityDmaintenanceA Model Context Protocol server implementation that enables real-time data communication between web pages and client applications through WebSocket connections.Last updated21,861MIT
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP (Model Context Protocol) server for Appwrite
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/keepview/hono-mcp-sse-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server