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:writeAuthorizations
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
Organization id or slug. Resolve it with GET /v3/self.
The MCP server id.
Body
Request body for creating or updating an MCP server. On update, every property is optional and only the supplied fields change.
http, stdio, sse none, oauth, bearer Write-only. Secret values to store for this server. Never returned in any response.
Response
The updated MCP server.
An org-level MCP server. Secret values are write-only and are never returned; only secret_names lists which secrets are set.
http, stdio, sse none, oauth, bearer The names of the secrets configured for this server. Secret values are write-only and are never returned.

