• v1.0.0 95c193f6bc

    MCP Remote Server v1.0.0
    Some checks failed
    Test & Lint / test (20.x) (push) Successful in 50s
    Test & Lint / test (22.x) (push) Successful in 50s
    Test & Lint / test (18.x) (push) Successful in 52s
    Release / create-release (push) Successful in 3s
    Docker Build & Push / build-and-push (push) Failing after 8s
    Stable

    jack released this 2025-10-05 19:03:19 +02:00 | 3 commits to main since this release

    MCP Remote Server v1.0.0

    First stable release of MCP Remote Server

    Features

    • Remote HTTP/REST API for hosting multiple MCP services
    • API key authentication
    • Multi-server configuration management
    • Docker support with automated builds
    • Full CI/CD pipeline with Forgejo Actions
    • Docker-in-Docker builds
    • Automatic registry publishing

    Docker Images

    Pull the image:

    docker pull git.customable.host/customable-mcp/mcp-remote-server:1.0.0
    docker pull git.customable.host/customable-mcp/mcp-remote-server:latest
    

    Quick Start

    # Using Docker Compose
    curl -O https://git.customable.host/customable-mcp/mcp-remote-server/raw/tag/v1.0.0/docker-compose.yml
    docker-compose up -d
    

    Platforms

    • linux/amd64
    • linux/arm64

    Full Documentation

    See README.md

    🤖 Generated with Claude Code

    Downloads