list_servers
Retrieve and display all server names configured for a specific client, aiding in efficient management and synchronization of MCP server configurations across AI assistant clients.
Instructions
List all server names configured in a specific client
Input Schema
Name | Required | Description | Default |
---|---|---|---|
client | Yes | Client 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"
}