v11

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

Gateway: Update Server

Update an existing MCP server from the gateway. Requires gateway service token.

put/api/v1/gateway/servers/{scope}/{packageName}

Path parameters

scopestring required

The scope of the MCP server (e.g., '@modelcontextprotocol', 'github'). The @ symbol is optional.

Example:@modelcontextprotocol
packageNamestring required

The package name of the MCP server

Example:server-github

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