MCP Management

Create Mcp Server

Create a new MCP server.

post/api/mcp/servers

Request body

namestring required

Server name

transportstring required

Transport type (stdio, sse, websocket, streamable_http)

descriptionstring nullable

Server description

configobject required

Transport-specific configuration

is_activeboolean

Whether the server is active

Response

Successful Response

idinteger required
user_idinteger required
namestring required
transportstring required
descriptionstring nullable required
configobject required
is_activeboolean required
is_defaultboolean required
transport_displaystring required
created_atstring nullable required
updated_atstring nullable required
connected_accountstring nullable
app_idstring nullable
providerstring nullable

Changes

Changed in 2 of the 4 revisions of this API.23

    • response property created_at list-of-types was widened by adding types null to media type application/json of response 201

      response-property-list-of-types-widened

    • response property updated_at list-of-types was widened by adding types null to media type application/json of response 201

      response-property-list-of-types-widened

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property app_id to the response with the 201 status

      response-optional-property-added

    • added the optional property connected_account to the response with the 201 status

      response-optional-property-added

    • added the optional property provider to the response with the 201 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog