Skip to main content

Update MCP Server

PUT 

/v1/mcp-servers/:server_id

Update an existing MCP server.

Only private servers in your environment can be updated. Public servers cannot be updated.

Status Codes:

  • 200: Server updated successfully
  • 400: Invalid input (validation errors, bad auth config)
  • 403: Forbidden (attempting to update public server or server from another environment)
  • 404: Server not found
  • 409: Conflict (duplicate name or URL after update)
  • 500: Internal server error

Request

Responses

MCP server updated successfully