MCP Servers
Replace MCP server
Replaces an MCP server definition when If-Match matches the current MCP server revision.
put/api/v1/mcp-servers/{id}
Path parameters
idstring required
Stable MCP server identifier, used as the runtime MCP server name in qualified tool names.
Headers
If-Matchstring required
Current resource revision used for optimistic concurrency, as returned in the ETag response header.
Request body
Example request
{
"display_name": "Sentry",
"description": "Production Sentry MCP server.",
"startup_timeout_secs": 10,
"tool_timeout_secs": 60
}Response
MCP server replaced
Example response
{
"id": "sentry",
"revision": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
"display_name": "Sentry",
"description": "Production Sentry MCP server.",
"startup_timeout_secs": 10,
"tool_timeout_secs": 60
}