Skip to main content
POST
Core - Create MCP server

Authorizations

Authorization
string
header
required

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

Body

application/json
key
string
required

Lowercase slug of letters, digits, hyphens and underscores, max 64 characters, unique per workspace; prefixes this server's tool names in gateways.

display_name
string
required

Human readable name shown in the workspace.

connection
object
required

How the gateway dials the upstream server.

auth
object
required

Credentials the gateway sends upstream; send type: NONE explicitly for public servers.

default_tool_exposure
object
required

Fallback exposure used by any gateway link that does not set its own.

description
string

Free-form note about what this server is for.

sharing
object

Which projects in the workspace may use this server. Defaults to every project.

Response

200 - application/json

OK

mcp_server
object