510myRday/MCP-Gateway
Unify multiple MCP Servers & Skills into a single gateway — with proxy forwarding, authentication, and a management API. Typical use: expose local stdio servers as remote MCP endpoints, then use them in any web-based AI chat via a browser extension. 将多个 MCP Server 与 Skill 统一接入单一网关,提供转发、认证与管理 API。 典型用途:将本地 stdio 服务暴露为远程 MCP 端点,配合插件在网页 AI 聊天中直接调用。
Platform-specific configuration:
{
"mcpServers": {
"MCP-Gateway": {
"command": "npx",
"args": [
"-y",
"MCP-Gateway"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...