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
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Initialize Client configuration. This is a one-time command that must be done before using other commands.
List servers. Can be used with the --enabled flag to list only enabled servers.
Enable a server by specifying its name.
Disable a server by specifying its name.
Remove a server by specifying its name.
Save the current version of a server with an optional comment.
Change the version of a specified server.
Save a preset with the specified name.
Load a preset by its name.
Delete a preset by its name.
List all clients.
Add a new client with a short name, display name, path to config, and a key, with an optional default flag.
Remove a client by its short name.
Modify a client to set it as default.
Copy configuration from one client to another, with an option to merge.
Register a companion MCP server to allow Claude/LLM to manage configurations.