๐Ÿš€ MCP Servers

Model Context Protocol Servers - Browser Access Dashboard

๐Ÿ“ก SSE Server
Server-Sent Events mode for real-time streaming of MCP messages. Perfect for live updates and notifications.
/sse
๐ŸŒ Open SSE ๐Ÿงช Test Interface
๐ŸŒ HTTP Server
RESTful MCP API with resumable sessions. Ideal for traditional HTTP requests and API integrations.
/http
๐ŸŒ Open HTTP ๐Ÿงช Test Interface

๐Ÿš€ Quick Start

To start the MCP servers, run the following command in your terminal:

# Start both SSE and HTTP servers docker compose up -d mcp-everything-sse mcp-everything-http # Check status docker compose ps # View logs docker compose logs -f

๐Ÿ“‹ What is MCP?

Model Context Protocol (MCP) is an open-source standard for connecting AI applications to external systems. These servers provide: