Skip to main content
POST
Create Mcp Server Connection

Authorizations

Authorization
string
header
required

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

Body

application/json
instance
MCPServerInstanceCreateWithoutSpec · object
required
server
MCPServerCreate · object
required

Payload for creating an MCP server spec (catalog template).

Either docker_image_url (for container-based servers) or remote_url (for HTTP-based servers like GitHub Copilot) should be supplied. env_schema describes the variables an instance built from this spec needs to provide; secret entries (isSecret: true) are routed through the secret manager rather than stored in plaintext.

Response

Successful Response

created_at
string
required
description
string | null
required
id
string<uuid>
required
json_spec
Json Spec · object
required
name
string
required
server_spec_id
string
required
updated_at
string
required
verification
Verification · object
required
auth_config_id
last_dispatch
Last Dispatch · object | null
tools
Tools · object[] | null