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
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Initialize Client configuration. This is a one-time setup that must be done before using other commands.
List all servers. Can also list only enabled servers using the --enabled flag.
Enable a server by its name. Parameters: server_name (string)
Disable a server by its name. Parameters: server_name (string)
Remove a server by its name. Parameters: server_name (string)
Save the current version of a server with an optional comment. Parameters: server_name (string), comment (optional string)
Change the version of a server. Parameters: server_name (string), version (string)
Save a preset configuration. Parameters: preset_name (string)
Load a preset configuration. Parameters: preset_name (string)
Delete a preset configuration. Parameters: preset_name (string)
List all configured clients.
Add a new client. Parameters: short_name (string), name (string), path (string), key (string), default (optional boolean)
Remove a client by its short name. Parameters: short_name (string)
Modify a client configuration to set it as default. Parameters: short_name (string)
Copy a client configuration from one client to another, with an option to merge. Parameters: from (string), to (string)
Register a companion mcp server to let Claude/LLM manage for you. Parameters: client (optional string)