Serverman (Server Manager)
Summary
The mcp-serverman companion server is a powerful tool designed to allow Claude/LLMs to manage MCP server configurations across different clients. It provides a comprehensive set of tools for listing, enabling, disabling, profiling, and version-controlling MCP servers, while also supporting operations across multiple clients like Claude Desktop, Cline, and MCP-Bridge. Through its JSON-based interface, it allows AI assistants to perform sophisticated server management tasks, such as saving server states, managing configuration profiles, and bulk operations on multiple servers.
Install this server by
pip install mcp-serverman
mcp-serverman client init
mcp-serverman companion
Available Actions(16)
client init
Initialize Client configuration (one time and must be done before using other commands).
list
List servers. Optionally, use --enabled to list only enabled servers.
enable
Enable a specific server by name.
disable
Disable a specific server by name.
remove
Remove a specific server by name.
save
Save the configuration of a specific server with an optional comment.
change
Change the version of a specific server.
preset save
Save a specific preset.
preset load
Load a specific preset.
preset delete
Delete a specific preset.
client list
List all clients.
client add
Add a new client with a short name, display name, path to config, and an optional key.
client remove
Remove a specific client by short name.
client modify
Modify a specific client to set it as default.
client copy
Copy configuration from one client to another, with an option to merge.
companion
Register a companion MCP server to let LLM manage configurations for you.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论