Nacos MCP Router
JSON →A MCP server for Nacos that provides search, installation, and proxy functionalities. Connects to a Nacos server via environment variables.
Install
uvx nacos-mcp-router@latest Tools · 3
- search_mcp_server Search MCP servers by task and keywords. Input: task_description (string), key_words (string). Returns: list of MCP servers and instructions to complete the task.
- add_mcp_server Add a MCP server. If the MCP server is a stdio server, this tool will install it and establish connection to it. If the MCP server is a sse server, this tool will establish connection to it. Input: mcp_server_name (string). Returns: tool list of the MCP server and how to use these tools.
- use_tool This tool helps LLM to use the tool of some MCP server. It will proxy requests to the target MCP server. Input: mcp_server_name (string), mcp_tool_name (string), params (map). Returns: Result returned from the target MCP server.
Environment variables
ACCESS_KEY_IDACCESS_KEY_SECRET
Links
★ 178 GitHub stars