MCP Gateway
@mcp-ecosystem
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-gateway": {
"command": "fake-mcp-gateway"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
云与基础设施 分类下的更多 MCP 服务器
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
评论