Skip to main content
Glama

Example MCP SSE Server

by keepview
index.ts299 B
import { mcpServer } from "./mcp-server.js"; import { createSSEServer } from "./sse-server.js"; import { serve } from "@hono/node-server"; // import { createServer } from "node:http2"; const app = createSSEServer(mcpServer); serve(app); // serve({ // fetch: app.fetch, // createServer, // });

Latest Blog Posts

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