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
No reviews yet. Be the first to review!
Sign in to join the conversation
Initialize Client configuration, a one-time setup that must be done before using other commands.
List servers, optionally use --enabled 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 configuration of a server with an optional comment.
Change the version of a server by specifying its name and the new version.
Save a preset configuration by specifying the preset name.
Load a preset configuration by specifying the preset name.
Delete a preset configuration by specifying the preset name.
List all clients.
Add a new client with a short name, display name, path to config, and key for mcp servers; optional default flag.
Remove a client by specifying its short name.
Modify a client's default status by specifying its short name.
Copy a client configuration from one short name to another, with optional merge.
Register a companion mcp server to let Claude/LLM manage for you; optionally specify a client.