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).
开发工具 分类下的更多 MCP 服务器
Grafana MCP server
grafanaMCP server for Grafana
🔐 ssh-mcp-server
classfang基于 SSH 的 MCP 服务 🧙♀️。已被MCP官方收录 🎉。 SSH MCP Server 🧙♀️. It has been included in the community MCP repository 🎉.
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp

Sentry
modelcontextprotocolModel Context Protocol Servers
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
评论