📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

nacos-config-mcp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nacos-config-mcp

Nacos Config MCP - manage Nacos configuration servers for debugging

0.1.15
PyPI
Maintainers
1

Nacos Config MCP

A Microservice Client Protocol (MCP) server for managing Nacos configuration servers.

This implementation uses the official nacos-sdk-python library.

Installation

pip install nacos-config-mcp

Usage

Run the server:

nacos-config-mcp

Features

The MCP server provides tools for interacting with Nacos configuration servers:

Configuration Management

  • get_config: Retrieve configuration values
  • publish_config: Create or update configuration (use with caution)
  • remove_config: Delete configuration (use with extreme caution)

Namespace Operations

  • list_namespaces: List all available namespaces

System

  • just_get_version: Get the version of the MCP server

Important Notes

Some operations can potentially disrupt running services:

  • Creating, updating, or deleting configurations can impact services that depend on them
  • Always use appropriate caution when modifying production configurations

License

MIT

Keywords

config

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts