Configuration Manager
Summary
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.
Available Actions(6)
get_configuration_path
Retrieves the path to the configuration file for a specified client. Parameters: client (required) - The client name (cline, roo_code, windsurf, claude)
get_configuration
Retrieves the entire configuration for a specified client. Parameters: client (required) - The client name (cline, roo_code, windsurf, claude)
list_servers
Lists all server names configured in a specified client's configuration. Parameters: client (required) - The client name (cline, roo_code, windsurf, claude)
get_server_configuration
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
add_server_configuration
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
remove_server_configuration
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
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation