
Unla
Supports UIby amoylab
Lightweight gateway that transforms existing APIs and MCP servers into MCP endpoints with zero code.
What it does
Unla acts as an MCP Gateway, allowing you to instantly convert RESTful APIs or existing MCP servers into compliant MCP endpoints. It removes the need for writing adapter code by using a configuration-driven approach to expose legacy services to AI agents.
Tools
api-to-mcp: Transforms RESTful API endpoints into MCP tools via YAML configuration.mcp-proxy: Proxies existing MCP services for centralized management and access.management-ui: Provides a web interface for configuring and monitoring MCP servers.
Installation
Run via Docker:
docker run -d --name unla -p 8080:80 -p 5235:5235 -e ENV=production ghcr.io/amoylab/unla/allinone:latest
Claude Desktop config (SSE):
{
"mcpServers": {
"unla": {
"url": "http://localhost:5235/mcp/user/sse"
}
}
}
Supported hosts
Claude Desktop, any MCP-compatible client supporting SSE or Streamable HTTP.
Quick install
docker run -d --name unla -p 8080:80 -p 5235:5235 -e ENV=production ghcr.io/amoylab/unla/allinone:latestInformation
- Pricing
- free
- Published
- 4/25/2026
- stars






