Demo MCP server: https://github.com/cibseven/servers/blob/main/src/everything/Dockerfile#L29
489
A demonstration Model Context Protocol (MCP) server bundled with the MCP Inspector web UI for interactive testing and exploration.
| Service | Port | Description |
|---|---|---|
| MCP Streamable HTTP Server | 3000 | The everything MCP server exposing a broad set of demo tools, resources, and prompts |
| MCP Inspector UI | 6274 | Web interface for browsing and calling MCP tools interactively |
| Inspector Proxy | 6277 | Internal proxy used by the Inspector to communicate with the MCP server |
docker run -p 3000:3000 -p 6274:6274 cibseven/demo-mcp-server:latest
Open the Inspector at http://localhost:6274 and connect to the MCP server at http://localhost:3000/mcp — set Transport Type to Streamable HTTP and Connection Type to Direct.
| Variable | Default | Description |
|---|---|---|
PORT | 3000 | Port for the MCP Streamable HTTP server |
HOST | 0.0.0.0 | Bind address for the Inspector UI |
DANGEROUSLY_OMIT_AUTH | true | Disables Inspector auth token (intended for demo use only) |
Dockerfile: src/everything/Dockerfile
Note: Authentication is disabled by default. Do not expose this container publicly in production environments.
Content type
Image
Digest
sha256:746ce8551…
Size
114.1 MB
Last updated
6 months ago
docker pull cibseven/demo-mcp-server