feat(docker): add Docker support with multi-platform builds#1
Merged
offendingcommit merged 4 commits intomainfrom Jun 20, 2025
Merged
feat(docker): add Docker support with multi-platform builds#1offendingcommit merged 4 commits intomainfrom
offendingcommit merged 4 commits intomainfrom
Conversation
- Add Dockerfile with multi-stage build for optimal image size - Add docker-compose.yml for easier container management - Add comprehensive Docker documentation in README.Docker.md - Add GitHub Actions workflow to build and publish to ghcr.io - Update CLAUDE.md with Docker commands - Support for linux/amd64 and linux/arm64 platforms
The proxy.ts file expects a server URL as first argument, so having --help as default CMD causes parsing errors. Empty CMD allows proper argument passing.
Applied prettier formatting to: - .github/workflows/docker.yml - CLAUDE.md - docker-compose.yml - README.Docker.md
- Replace npm-focused README with Docker-focused documentation - Move npm documentation to README.npm.md for reference - Remove npm publish workflow (not needed for Docker distribution) - Add comprehensive Docker usage examples for all MCP clients - Document multi-platform support and ghcr.io publishing - Update workflow documentation to clarify Docker focus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR transforms this repository into a Docker-focused distribution of mcp-remote, providing:
Changes
Docker Infrastructure
Documentation Refactor
Workflow Updates
Test Results
Docker Usage
Ready for review and merge!