MCP Client Configuration Server

remove_server_configuration

Remove a server configuration from a client configuration

Input Schema

NameRequiredDescriptionDefault
clientYesClient name (cline, roo_code, windsurf, claude)
server_nameYesName of the server to remove

Input Schema (JSON Schema)

{ "properties": { "client": { "description": "Client name (cline, roo_code, windsurf, claude)", "type": "string" }, "server_name": { "description": "Name of the server to remove", "type": "string" } }, "required": [ "client", "server_name" ], "type": "object" }