One-Click MCP Gateway Launch
All service configuration parameters can be changed through environment variable injectionPlease note that the following environment variables need to be modified (other environment variables should be adjusted according to your actual situation):
GHCR Image
Using GitHub Container Registry image:Aliyun Image
Devices in China can pull images from Alibaba Cloud registry:Access and Configuration
1
Access Web Interface
Open http://localhost:8080/ in your browser and log in with the configured admin credentials
2
Add MCP Server
- Copy the configuration file: https://github.com/AmoyLab/Unla/blob/main/configs/proxy-mock-server.yaml
- Click “Add MCP Server” in the web interface
- Paste the configuration and save
Available Endpoints
After configuration, the service will be available at the following endpoints:MCP Endpoints
- MCP SSE:
http://localhost:5235/gateway/user/sse - MCP SSE Message:
http://localhost:5235/gateway/user/message - MCP Streamable HTTP:
http://localhost:5235/gateway/user/mcp
/sse or /mcp suffix in your MCP Client to start using the service.
Testing
You can test the service in two ways:Web Interface Testing
Use the MCP Chat page in the web interface for testing
MCP Client Testing
Use your own MCP Client (Recommended)
Advanced Configuration (Optional)
If you need more granular configuration control, you can start with mounted configuration files:1
Create Directory and Download Configuration
2
Start with Configuration Files
By mounting configuration files, you can more precisely control the configuration parameters of each service. For detailed configuration instructions, please refer to the Configuration Documentation.