MCP Client Configuration Server

get_configuration_path

Get the path to the configuration file for a specific client

Input Schema

NameRequiredDescriptionDefault
clientYesClient name (cline, roo_code, windsurf, claude)

Input Schema (JSON Schema)

{ "properties": { "client": { "description": "Client name (cline, roo_code, windsurf, claude)", "type": "string" } }, "required": [ "client" ], "type": "object" }