nacos-istio

nacos-group/nacos-istio
★ 40 stars Go 📦 Other Updated 8mo ago
Nacos integrate with Istio as a MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nacos-istio": {
      "command": "go",
      "args": [
        "run",
        "github.com/nacos-group/nacos-istio@latest"
      ]
    }
  }
}