Nacos integrate with Istio as a MCP server
Nacos integrate with Istio as a MCP server
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build nacos-istio.go
kubectl edit cm istio -n istio-system
-- address: x.x.x.x:18848
This mode generates specified count of services with random names to test the function as well as the performance of MCP protocol with Pilot.
./nacos-istio --mock=true --mockServiceCount=50 --mockAvgEndpointCount=70 --mockPushDelay=1 --mockServiceNamePrefix=mock1
Nacos MCP Server has been implemented as a builtin server of Nacos in Nacos 1.1.4, please see the code in https://github.com/alibaba/nacos/tree/develop/istio
{ "mcpServers": { "nacos-istio": { "command": "go", "args": [ "build", "nacos-istio.go" ] } } }
Related projects feature coming soon
Will recommend related projects based on sub-categories