MCP Gateway
@mcp-ecosystem
About MCP Gateway
🧩 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.
Basic information
Category
Cloud & Infrastructure
License
MIT
Runtime
node
Transports
stdio
Publisher
mcp-ecosystem
Submitted by
lambda lambda
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-gateway": {
"command": "fake-mcp-gateway"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Gateway?
MCP Gateway (Unla) is a lightweight, highly available gateway service written in Go that allows individuals and organizations to convert existing MCP Servers and APIs into MCP Protocol–compliant endpoints through configuration only, with zero code changes. It is platform-agnostic and supports bare metal, VMs, ECS, and Kubernetes deployments.
How to use MCP Gateway?
Deploy with Docker using environment variables (secret key, admin credentials), then access the built-in web UI at port 8080 to add MCP Server configurations via YAML. After setup, use the exposed SSE or Streamable HTTP endpoints (port 5235) to connect your MCP client.
Key features of MCP Gateway
- Convert RESTful APIs to MCP Servers via YAML configuration
- Proxy existing MCP services without code changes
- Support for MCP SSE and Streamable HTTP transports
- Built-in management UI for configuration and monitoring
- Multi-tenant support with persistent, recoverable sessions
- OAuth-based pre-authentication for MCP Servers
- Hot-reloading configuration from disk, SQLite, PostgreSQL, or MySQL
Use cases of MCP Gateway
- Transform legacy REST APIs into MCP-compliant endpoints
- Aggregate multiple MCP servers behind a single gateway
- Enable multi-tenant access to MCP resources
- Deploy MCP infrastructure without modifying existing code
FAQ from MCP Gateway
Does MCP Gateway require code changes to my existing APIs or MCP Servers?
No. MCP Gateway is configuration-driven — you only need to provide a YAML configuration; no code changes are needed.
What deployment options are supported?
Docker, Kubernetes/Helm, bare metal, VMs, and ECS are all supported.
What MCP transport protocols does MCP Gateway support?
MCP Gateway supports both MCP SSE and MCP Streamable HTTP transports.
What backends can MCP Gateway use for configuration persistence?
It supports Disk, SQLite, PostgreSQL, and MySQL for storing and syncing configurations.
Does MCP Gateway support authentication for upstream MCP Servers?
Yes, it supports OAuth-based pre-authentication for MCP Servers.
More Cloud & Infrastructure MCP servers
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Comments