Skip to main content
ClaudeWave

🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.

MCP Servers2.1k stars173 forksTypeScriptMITUpdated 4d ago
Editor's note

Unla is a Go-based MCP gateway service that sits between MCP clients and backend services, translating RESTful APIs and existing MCP servers into MCP-compliant endpoints through YAML configuration files rather than code changes. It supports both MCP SSE and Streamable HTTP transport protocols, exposing endpoints such as `/mcp/user/sse` and `/mcp/user/mcp` that any MCP-compatible client, including Claude Desktop, can connect to directly. The gateway ships as a single Docker container with a built-in web management UI for adding and editing server configurations, and it stores configuration in SQLite, PostgreSQL, or MySQL with hot-reload via OS signals, HTTP, or Redis PubSub. Multi-tenant support and OAuth-based pre-authentication are included, along with Kubernetes and Helm deployment options. A standout detail is that configuration version control is built in, allowing operators to track and roll back changes to their API-to-MCP mappings. Teams wanting to expose internal REST APIs to Claude without rewriting those services are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/AmoyLab/Unla
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "unla": {
      "command": "node",
      "args": ["/path/to/Unla/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/AmoyLab/Unla and follow its README for install instructions.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
awesomemcpmcp-adaptermcp-gatewaymcp-serverrest-to-mcprestful-to-mcp

What people ask about Unla

What is AmoyLab/Unla?

+

AmoyLab/Unla is mcp servers for the Claude AI ecosystem. 🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications. It has 2.1k GitHub stars and was last updated 4d ago.

How do I install Unla?

+

You can install Unla by cloning the repository (https://github.com/AmoyLab/Unla) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is AmoyLab/Unla safe to use?

+

Our security agent has analyzed AmoyLab/Unla and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains AmoyLab/Unla?

+

AmoyLab/Unla is maintained by AmoyLab. The last recorded GitHub activity is from 4d ago, with 91 open issues.

Are there alternatives to Unla?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy Unla to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: AmoyLab/Unla
[![Featured on ClaudeWave](https://claudewave.com/api/badge/amoylab-unla)](https://claudewave.com/repo/amoylab-unla)
<a href="https://claudewave.com/repo/amoylab-unla"><img src="https://claudewave.com/api/badge/amoylab-unla" alt="Featured on ClaudeWave: AmoyLab/Unla" width="320" height="64" /></a>

More MCP Servers