Sign inSign up

cibseven/demo-mcp-server

By cibseven

Updated 6 months ago

Demo MCP server: https://github.com/cibseven/servers/blob/main/src/everything/Dockerfile#L29

Image
0

489

cibseven/demo-mcp-server repository overview

cibseven/demo-mcp-server

A demonstration Model Context Protocol (MCP) server bundled with the MCP Inspector web UI for interactive testing and exploration.

What's included
ServicePortDescription
MCP Streamable HTTP Server3000The everything MCP server exposing a broad set of demo tools, resources, and prompts
MCP Inspector UI6274Web interface for browsing and calling MCP tools interactively
Inspector Proxy6277Internal proxy used by the Inspector to communicate with the MCP server
Quick start
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.

Environment variables
VariableDefaultDescription
PORT3000Port for the MCP Streamable HTTP server
HOST0.0.0.0Bind address for the Inspector UI
DANGEROUSLY_OMIT_AUTHtrueDisables Inspector auth token (intended for demo use only)
Source

Dockerfile: src/everything/Dockerfile

Note: Authentication is disabled by default. Do not expose this container publicly in production environments.

Tag summary

Content type

Image

Digest

sha256:746ce8551

Size

114.1 MB

Last updated

6 months ago

docker pull cibseven/demo-mcp-server