Update an MCP server
Partial update. Send only the fields you want to change. Secret values are stored write-only and never returned.
Scope:plugins:writeAuthentication
AuthorizationBearer
Your ara_ API key from Settings > Ara API. Keys are capability-scoped: run, plugins:read, secrets:read, secrets:write, sessions:read, knowledge:read, repos:read, repos:write, reviews:read, reviews:write, analytics:read, org:read, org:write, attachments:read, attachments:write, plugins:write, guardrails:read, guardrails:write.
Path parameters
orgId
Organization id or slug. Resolve it with GET /v3/self.
id
The MCP server id.
Request
This endpoint expects an object.
name
transport
icon
description
url
command
args
env
headers
auth_type
secrets
Write-only. Secret values to store for this server. Never returned in any response.
enabled
Response
The updated MCP server.
id
slug
name
icon
description
source
transport
url
command
args
env
headers
auth_type
secret_names
The names of the secrets configured for this server. Secret values are write-only and are never returned.
access
enabled
created_at
updated_at
Errors
403
Forbidden Error
404
Not Found Error