Dockerfile
in your repository root that defines how to build your MCP server. Your Dockerfile should be created such that running your Docker image will start your Streamable HTTP server.
Example Dockerfile
Here’s an example Dockerfile that builds a Node-based MCP server:Requirements
We only support Linux Docker images on major distros (Alpine/Debian-based) and expectsh
to run in your container. Other distros are untested and may not deploy.