Skip to main content
PUT
Create or update an MCP server

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
manifest
RemoteMCPServerManifest · object
required

The MCP server manifest describing the server type, name, auth configuration, and other settings.

dryRun
boolean | null
default:false

When true, validates and resolves the manifest without persisting or syncing to the gateway store.

force
boolean | null
default:false

When true, acknowledges that updating this manifest will delete existing per-subject auth records.

Response

The created or updated MCP server.

data
MCPServerV2 · object
required

The MCP server data.