Gateway
Gateway: Unpublish Server
Remove an MCP server from the store. Requires gateway service token.
delete/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
Response
Server unpublished successfully
Example response
{
"message": "Server unpublished successfully"
}