This server implements an MCP (Model Context Protocol) server with WebSocket enhancements for real-time data updates.
This project implements an MCP (Model Context Protocol) server with WebSocket enhancements for real-time data updates. It allows clients to make standard MCP requests while also enabling WebSocket-based subscriptions to receive push notifications when new data becomes available.
asyncio
for efficient non-blocking operations.git clone https://github.com/your-repo/mcp-websocket-server.git
cd mcp-websocket-server
pip install websockets mcp-sdk # Replace with actual MCP SDK package name
Run the following command to start both the MCP and WebSocket servers:
python server.py
Clients can connect to the WebSocket server (ws://localhost:8765
) and subscribe to updates by sending:
{"action": "subscribe"}
MCP clients can send requests to the MCP server at http://localhost:8080
with a payload like:
{"method": "get_data"}
The server will respond with:
{"result": "Here is your data!"}
This project is licensed under the MIT License.
Pull requests are welcome! For major changes, please open an issue first to discuss what you’d like to change.
For questions or suggestions, reach out via [[email protected]].
This server implements an MCP (Model Context Protocol) server with WebSocket enhancements for real-time data updates.
Sargoth Mcp
MCP Server for the Sargoth Mermaid Editor API
Redshift Js Mcp Server
A11y Mcp
An MCP (Model Context Protocol) server for performing accessibility audits on webpages using axe-core. Use the results in an agentic loop with your favorite AI assistants (Cline/Cursor/GH Copilot) and let them fix a11y issues for you!
Created
March 06, 2025
Last Updated
March 07, 2025
Category
Communication & CollaborationAuthor
virajsharma2000
MCP Server for Facebook ADs Library - Get instant answers from FB's ad library
Elasticsearch MCP server with available features including mappings management, search and indexing, and index management etc.
Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Static Code Analysis and Visualization. Convert Code to UML and Flow Diagram and explain by AI.