🐳 Docker Distribution for MCP Remote
This release provides Docker support for the MCP remote execution server, making it easier to deploy and run in containerized environments.
Features
- Pre-built Docker images available on GitHub Container Registry
- Multi-architecture support (amd64, arm64)
- Simple Docker Compose configuration
- Automated builds via GitHub Actions
Quick Start
docker pull ghcr.io/offendingcommit/mcp-remote:latest
docker run -it ghcr.io/offendingcommit/mcp-remote:latest https://your-remote-mcp.server/sseWhat's Different from Upstream
- Added Dockerfile for containerization
- GitHub Actions workflow for automated Docker builds
- Docker Compose example for easy deployment
- Container registry publishing
Credits
This is a Docker-focused fork of the excellent mcp-remote by @geelen.
For the npm package and core functionality documentation, please visit the upstream repository.