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 ```
Initialize Client configuration (one time setup before using other commands).
List all servers.
List all enabled servers.
Enable a specific server by name.
Disable a specific server by name.
Remove a specific server by name.
Save the configuration of a specific server with an optional comment.
Change the version of a specific server.
Save the current configuration as a preset with the specified name.
Load a previously saved preset by name.
Delete a specified preset.
List all clients.
Add a new client with a short name, display name, path to configuration, and a key indicating its MCP servers.
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 let Claude/LLM manage servers.
No reviews yet. Be the first to review!
Sign in to join the conversation