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 command that must be done before using other commands.
List all servers. Optionally, you can use --enabled to list only enabled servers.
Enable a specified server. Parameters: server_name (string)
Disable a specified server. Parameters: server_name (string)
Remove a specified server. Parameters: server_name (string)
Save the configuration for a specified server with an optional comment. Parameters: server_name (string), comment (string)
Change the version of a specified server. Parameters: server_name (string), version (string)
Save a new preset configuration. Parameters: preset_name (string)
Load a specified preset configuration. Parameters: preset_name (string)
Delete a specified preset configuration. Parameters: preset_name (string)
List all clients.
Add a new client with a display name and configuration path. Parameters: short_name (string), name (string), path (string), key (string), default (optional boolean)
Remove a specified client. Parameters: short_name (string)
Modify a specified client to set it as the default. Parameters: short_name (string)
Copy 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. Optionally specify a client. Parameters: client (optional string)