M
WebSocket Enhancer

WebSocket Enhancer

mcp server

Description

This MCP server implementation combines a standard MCP server with WebSocket functionality to enable real-time data updates. Developed by Viraj Sharma, it runs an MCP server on port 8080 for handling standard requests, while a WebSocket server on port 8765 allows clients to subscribe to and receive push notifications for new data. The server utilizes asyncio for efficient asynchronous operations, making it suitable for applications requiring both traditional MCP interactions and real-time data streaming capabilities.

Server Details

Added

April 21, 2025