mcpServers

Update MCP Server

Updates the configuration of an existing MCP server, including its name, URL, description, enabled status, and authentication settings.

patch/mcp-servers/{mcpServerId}

Path parameters

mcpServerIdstring required

The ID of the MCP server to update.

Request body

namestring

The display name of the MCP server.

urlstring uri

The URL of the MCP server.

descriptionstring

An optional description of the MCP server.

enabledboolean

Whether the MCP server is enabled.

scope'user' | 'team'

The scope of the MCP server.

Response

Success

object'mcp_server' required

The object type.

idstring required

The unique identifier for the MCP server.

namestring required

The display name of the MCP server.

urlstring uri required

The URL of the MCP server.

descriptionstring

An optional description of the MCP server.

enabledboolean required

Whether the MCP server is enabled for use in chats.

scope'user' | 'team' required

The scope of the MCP server (user or team).

createdAtstring date-time required

The ISO timestamp when the MCP server was created.

updatedAtstring date-time

The ISO timestamp when the MCP server was last updated.

Changes