v11

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29273578.1 KB
Servers

Update MCP Server

Update an existing MCP server. If a new iconUrl is provided, the server will fetch the icon from the external URL, upload it to R2 storage, and delete the old icon. The response will contain the new R2 URL.

put/api/v1/servers/{id}

Path parameters

idstring required

The unique identifier

Example:12345

Request body

displayNamestring
descriptionstring
iconUrlstring uri

External icon URL. If provided, the server will fetch the icon from this URL, upload it to R2 storage, and delete the old icon. The response will contain the new R2 URL.

detailedDescriptionstring
versionstring
authorstring
categorystring
tagsstring[]

Response

Server updated successfully