MCP Management

Update Mcp Server

Update an existing MCP server.

put/api/mcp/servers/{server_id}

Path parameters

server_idinteger required

Request body

namestring nullable

Server name

transportstring nullable

Transport type

descriptionstring nullable

Server description

configobject nullable

Transport-specific configuration

is_activeboolean nullable

Whether the server is active

Response

Successful Response

idinteger required
user_idinteger required
namestring required
transportstring required
descriptionstring nullable required
configobject required
is_activeboolean required
is_defaultboolean required
transport_displaystring required
created_atstring nullable required
updated_atstring nullable required
connected_accountstring nullable
app_idstring nullable
providerstring nullable

Changes

Changed in 2 of the 4 revisions of this API.23

    • response property created_at list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property updated_at list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property app_id to the response with the 200 status

      response-optional-property-added

    • added the optional property connected_account to the response with the 200 status

      response-optional-property-added

    • added the optional property provider to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog