nacos-mcp-router
42
Nacos-MCP-Router is an MCP Server designed to provide recommendation, distribution, and proxy services for other MCP Servers, facilitating easier access and usage. It supports multiple operation modes and is compatible with popular tools via diverse installation methods.
nacos-mcp-router: An MCP Server for Recommendation and Proxy Services
Overview
Nacos-MCP-Router is an MCP Server that follows the official MCP standard SDK to provide features like server recommendation, distribution, installation, and proxying of other MCP Servers. It enhances the accessibility of MCP Server services for users.
Usage
Python Access
- Router Mode: Default mode for recommending, distributing, installing, and proxying other MCP Servers to improve usability.
- Proxy Mode: Convert SSE, STDIO protocol MCP Servers to streamable HTTP protocol.
Installation
- uv: Direct execution without extra dependencies.
- PIP: Install with
pip install nacos-mcp-router
and run the server. - Docker: Deploy using Docker with specified environment variables.
Configuration
- Utilize environment variables such as NACOS_ADDR, NACOS_USERNAME, NACOS_PASSWORD, and more to configure the server.
License
The project is licensed under Apache 2.0, allowing free use, modification, and distribution under the terms of the license.