MCP Server - HTTP with SSE
@webmechanicx
MCP Server - HTTP with SSE について
MCP Server - HTTP with SSE - For remote servers, launch a web server that includes a Server-Sent Events (SSE) endpoint for pushing updates to clients, along with a separate endpoint to receive messages sent from the client.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-express-sse": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server - HTTP with SSE?
MCP Server - HTTP with SSE is a Node.js implementation of the Model Context Protocol (MCP) that uses HTTP with Server-Sent Events (SSE) for transport. It provides a starting point for building MCP servers and includes an inspector for debugging. It is intended for developers exploring or prototyping MCP-based applications.
How to use MCP Server - HTTP with SSE?
Clone the repository, run npm install, then npm run build, and finally npm start to start the server. For debugging, run npx @modelcontextprotocol/inspector node build/index.js and click the "Connect" button in the inspector.
Key features of MCP Server - HTTP with SSE
- Uses Express for the HTTP server.
- Supports Server-Sent Events (SSE) transport.
- Includes MCP inspector for debugging.
- Written in TypeScript.
- Simple setup with npm commands.
Use cases of MCP Server - HTTP with SSE
—
FAQ from MCP Server - HTTP with SSE
What dependencies are required?
Express, TypeScript, @types/node, @types/express, nodemon, ts-node, pre-commit, and rimraf.
What runtime does it need?
Node.js (implied by npm, TypeScript, and Express).
What transport does it use?
HTTP with Server-Sent Events (SSE).
「開発者ツール」の他のコンテンツ
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup

Sentry
modelcontextprotocolModel Context Protocol Servers
Grafana MCP server
grafanaMCP server for Grafana
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
コメント