Description:
To streamline deployment and improve accessibility, I request official Docker support for the Matrix MCP Server. A Docker image would:
- Simplify setup for new users (avoiding manual dependency installation).
- Ensure consistent environments across development, testing, and production.
- Facilitate integration with container orchestration tools.
Suggested Implementation:
- Publish a minimal
Dockerfile.
- Include runtime configuration via environment variables (e.g.,
MCP_HOMESERVER_URL, OAUTH_CLIENT_ID).
- Provide a
docker-compose.yml example for local testing.
- Set up automated builds on Docker Hub/GitHub Container Registry.
This would significantly lower the barrier to adoption.