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, which must be done before using other commands.
List all servers.
List all enabled servers.
Enable a server by its name.
Disable a server by its name.
Remove a server by its name.
Save the current version of a server with an optional comment.
Change the version of a server.
Save the current preset with a specified name.
Load a preset by its name.
Delete a preset by its name.
List all clients.
Add a new client with specified parameters.
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 for you.