Skip to main content
PATCH
Partially update mcp_server

Authorizations

Authorization
string
header
required

Most Braintrust endpoints are authenticated by providing your API key as a header Authorization: Bearer [api_key] to your HTTP request. You can create an API key in the Braintrust organization settings page.

Path Parameters

mcp_server_id
string<uuid>
required

McpServer id

Body

application/json

Fields to update

name
string | null

Name of the MCP server. Within a project, MCP server names are unique

url
string | null

URL of the MCP server endpoint

description
string | null

Textual description of the MCP server

Response

Returns the mcp_server object

id
string<uuid>
required

Unique identifier for the MCP server

project_id
string<uuid>
required

Unique identifier for the project that the MCP server belongs under

name
string
required

Name of the MCP server. Within a project, MCP server names are unique

url
string
required

URL of the MCP server endpoint

user_id
string<uuid> | null

Identifies the user who created the MCP server

created
string<date-time> | null

Date of MCP server creation

deleted_at
string<date-time> | null

Date of MCP server deletion, or null if the MCP server is still active

description
string | null

Textual description of the MCP server