H

hono-mcp-server-sse-transport

ToolsMIT

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.

strong-evidencesource-clearmcp-find-example
{
  "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

Community: 28 stars
Last Updated: Apr 1, 2026
TypeScriptMIT

You can verify all information on this page against the source repository above.

Related MCP Tools

What To Do Next

Continue from this tool into a workflow and a learn guide to shorten implementation time.