hono-mcp-server-sse-transport
Overview
A Server-Sent Events transport implementation for Hono and Model Context Protocol (MCP).
Capabilities
- • network transport options
- • github integration
Best For
Server-Sent Events transport for Hono and Model Context Protocol (MCP) in TypeScript/JavaScript.
Decision Snapshot
Install
available
Usage
available
Config
2 strong hints
Capabilities
2 key capabilities detected
- • GitHub stars: 28
- • Forks: 4
- • Source provenance count: 1
- • Last seen: 4/1/2026
- • Published: 3/17/2026
Installation / Setup
pnpm add -D hono-mcp-server-sse-transport
Example Config
This is an MCP Find-authored example config generated from strong evidence.
Final parameters should follow the tool's official setup documentation.
{
"mcpServers": {
"hono-mcp-server-sse-transport": {
"command": "pnpm",
"args": [
"add",
"-D",
"hono-mcp-server-sse-transport"
]
}
}
}Usage
import { Hono } from 'hono'; && import { serve } from '@hono/node-server'; && import { streamSSE } from 'hono/streaming'; && import { SSETransport } from 'hono-mcp-server-sse-transport';Features
- • network transport options
- • github integration
Use Cases
- • Supports capabilities such as: network transport options; github integration.
- • Common usage themes: modelcontextprotocol, mcp, hono, npm.
Supported Clients / Integrations
- • network transport options
- • github integration
Compatibility Signals
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• import { Hono } from 'hono'; && import { serve } from '@hono/node-server'; && import { streamSSE } from 'hono/streaming'; && import { SSETransport } from 'hono-mcp-server-sse-transport';
Notes / Requirements
- • Primary language: TypeScript
- • License: MIT
- • Parser coverage score: 1.00
- • Source feeds: npm Registry Search API
- • Topic cluster: general
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
@modelcontextprotocol/sdk
TypeScript/JavaScript implementation of the Model Context Protocol (MCP).
@mcp-it/fastify
A tool to automatically generate MCP (Model Context Protocol) tools from Fastify API routes, featuring automatic route discovery, schema utilization, per-route configurations, and multiple transport support.
@laskarks/mcp-rag-node
A simple MCP RAG server implemented in TypeScript/JavaScript, utilizing the @modelcontextprotocol/sdk.
mongodb-mcp-server
mongodb-mcp-server is a TypeScript/JavaScript server implementing the MongoDB Model Context Protocol, configurable via environment variables and command-line arguments.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.