Content
# MSM
I wrote an MCP server manager. It supports starting, stopping, and modifying the MCP server via command line and HTTP messages, and it supports distributed startup.
Currently, it has implemented a data configuration model and supports CRUD operations for the server table.
### Installation
uv sync
uv pip install -e .