Skip to content

v1.0.0: Docker Support for MCP Remote

Latest

Choose a tag to compare

@offendingcommit offendingcommit released this 29 Jun 14:35
· 5 commits to main since this release
680b1d5

🐳 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/sse

What'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.