MCP Client Configuration Server

list_servers

List all server names configured in 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" }