alibaba/nacos
an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
Platform-specific configuration:
{
"mcpServers": {
"nacos": {
"command": "npx",
"args": [
"-y",
"nacos"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://gitter.im/alibaba/nacos?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [](https://www.apache.org/licenses/LICENSE-2.0.html) [](https://travis-ci.org/alibaba/nacos) [](https://opensource.alibaba.com/contribution_leaderboard/details?projectValue=nacos) [](https://deepwiki.com/alibaba/nacos)
-------
Nacos (official site: nacos.io) is an easy-to-use platform designed for dynamic service discovery and configuration and service management. It helps you to build cloud native applications and microservices platform easily.
Service is a first-class citizen in Nacos. Nacos supports almost all type of services,for example,Dubbo/gRPC service, Spring Cloud RESTFul service or Kubernetes service.
Nacos provides four major functions.
Nacos makes it simple for services to register themselves and to discover other services via a DNS or HTTP interface. Nacos also provides real-time health checks of services to prevent sending requests to unhealthy hosts or service instances.
Dynamic Configuration Service allows you to manage configurations of all services in a centralized and dynamic manner across all environments. Nacos eliminates the need to redeploy applications and services when configurations
Loading reviews...