This MCP server manages configurations for various MCP clients including Cline, Roo Code, WindSurf, Cursor, and Claude app. It provides tools to retrieve, list, add, and remove server configurations from client configuration files, automatically detecting the appropriate file path based on the operating system. The implementation is designed to simplify configuration management for developers working with multiple MCP clients across different platforms.
No reviews yet. Be the first to review!
Sign in to join the conversation
Retrieves the path to the configuration file for a specified client. Parameters: client (required): The client name (cline, roo_code, windsurf, claude)
Retrieves the entire configuration for a specified client. Parameters: client (required): The client name (cline, roo_code, windsurf, claude)
Lists all server names configured in a specified client's configuration. Parameters: client (required): The client name (cline, roo_code, windsurf, claude)
Retrieves the configuration for a specific server from a client's configuration. Parameters: client (required): The client name (cline, roo_code, windsurf, claude), server_name (required): The name of the server to retrieve
Adds or updates a server configuration in a client's configuration file. Parameters: client (required): The client name (cline, roo_code, windsurf, claude), server_name (required): The name of the server to add or update, json_config (required): The server configuration in JSON format
Removes a server configuration from a client's configuration file. Parameters: client (required): The client name (cline, roo_code, windsurf, claude), server_name (required): The name of the server to remove