Create or update an MCP server
MCP Servers V2
Create or update an MCP server
Creates a new MCP server (when no server with manifest.name exists in the tenant) or updates the existing one.
PUT
Create or update an MCP server
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The MCP server manifest describing the server type, name, auth configuration, and other settings.
- RemoteMCPServerManifest
- VirtualMCPServerManifest
- OpenAPIMCPServerManifest
- StdioMCPServerManifest
- TfyManagedMCPServerManifest
When true, validates and resolves the manifest without persisting or syncing to the gateway store.
When true, acknowledges that updating this manifest will delete existing per-subject auth records.
Response
The created or updated MCP server.
The MCP server data.