Create an MCP server
Registers an org-level MCP server. Secret values supplied in secrets are stored write-only and never returned.
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.
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 created 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
400
Bad Request Error
403
Forbidden Error