Example MCP SSE Server
@yunusemredilber
关于 Example MCP SSE Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Example MCP SSE Server?
Example MCP SSE Server is a Node.js implementation of the Model Context Protocol (MCP) that uses Server-Sent Events (SSE) for real-time communication. It provides a standardized way for applications to manage and communicate with models and resources.
How to use Example MCP SSE Server?
Clone the repository, run yarn install, then start the server with yarn dev (development, includes MCP inspector) or yarn start (production). The SSE endpoint is at /sse and the message endpoint at /messages. Change the default port (3001) by setting the PORT environment variable.
Key features of Example MCP SSE Server
- Implements the Model Context Protocol (MCP)
- Uses Server-Sent Events (SSE) for real-time communication
- Provides resource templating and management
- Simple development and production startup scripts
Use cases of Example MCP SSE Server
- Real‑time model interaction in web applications
- Standardized resource management across multiple clients
- Prototyping and debugging MCP integrations using the built‑in inspector
FAQ from Example MCP SSE Server
What are the runtime requirements?
Node.js v14 or higher and Yarn package manager are required.
What endpoints does the server expose?
/sse for establishing persistent SSE connections and /messages for sending messages to the MCP server.
How can I change the default port?
Set the PORT environment variable before starting the server, for example PORT=5000 yarn start.
What are the main dependencies?
The server uses the @modelcontextprotocol/sdk for MCP and Express as the web framework.
Can I run the server in production mode?
Yes, run yarn start to start the server in production mode without the MCP inspector.
开发工具 分类下的更多 MCP 服务器
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
评论