Skip to main content
Glama

MCP Client Configuration Server

by landicefu

remove_server_configuration

Delete a specific server configuration from a client’s settings, ensuring accurate and up-to-date MCP server configurations across AI assistant clients like Cline, Roo Code, WindSurf, and Claude.

Instructions

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" }

You must be authenticated.

Other Tools from MCP Client Configuration Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/landicefu/mcp-client-configuration-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server