mcp-hono-stateless

mhart/mcp-hono-stateless
★ 102 stars TypeScript 🌐 Browser/Web Updated 18d ago
An example Hono MCP server using Streamable HTTP
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-hono-stateless": {
      "command": "npx",
      "args": [
        "-y",
        "mhart/mcp-hono-stateless"
      ]
    }
  }
}