mcp-demo-server
Verified Safeby MomentaryChen
Overview
A demo server demonstrating basic real-time communication using the @mcp-socket/server library, sending welcome and 'Ping!' messages to connected clients.
Installation
npm install && npm run build && npm startSecurity Notes
The code is simple and demonstrates basic server functionality without complex user input processing, 'eval' usage, or hardcoded secrets. It listens on port 8080 as expected for a server and primarily logs messages and sends fixed strings.
Similar Servers
python-mcp-server
This repository demonstrates how to implement a Model Context Protocol (MCP) server in Python, showcasing STDIO, Server-Sent Events (SSE), and Streamable HTTP connection modes for integrating AI tools.
mcp-server-tutorial
A basic tutorial for setting up and running a simple Spring Boot web server exposing a 'Hello World' REST API.
mcp-demo
Demonstrates an MCP (Minecraft Protocol) server implementation.
deors-demos-github-mcp-server
Implements a server for the Multiplayer Combat Protocol (MCP), likely for demonstration or testing purposes.