Server Management
Create MCP Server
Creates and registers a new MCP server configuration
POST
Request Body
Project ID to associate the server with
Server name (minimum 1 character)
Transport protocol type. Must be one of:
stdio, http, or sseServer description
Server URL for HTTP/SSE transport
Connection type:
direct or proxyCommand to execute for stdio transport
Command arguments
Environment variables as key-value pairs
Custom HTTP headers
OAuth client ID
OAuth client secret
OAuth scope
Proxy server URL
Proxy authentication token
Proxy authentication header name
Request timeout in milliseconds
Maximum total timeout in milliseconds
Response
Whether the server was created successfully
Success message or error details
Unique identifier for the created server

