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).
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 a configuration preset with a given name.
Load a configuration preset by name.
Delete a configuration preset by name.
List all clients.
Add a new client with a short name, display name, path to config, and key.
Remove a client by 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 manage configurations for you.