v29

latestOpenAPI 3.1.2raw.githubusercontent.com2026-08-014117755.2 KB
MCP Servers

Create MCP Server

Creates a new MCP server configuration. Limited to 10 servers per user.

post/mcp-servers

Request body

namestring required

Display name for the MCP server.

urlstring uri required

URL endpoint of the MCP server.

descriptionstring

Optional description of the MCP server.

enabledboolean required

Whether the server should be enabled.

scope'user' | 'team' required

Scope of the MCP server configuration.

Response

Response for status 200

idstring required

Unique identifier for the MCP server.

namestring required

Display name of the MCP server.

urlstring required

URL endpoint of the MCP server.

descriptionstring required

Optional description of the MCP server.

createdAtstring date-time required

ISO timestamp of when the server was created.

updatedAtstring date-time required

ISO timestamp of the last update.

userIdstring required

ID of the user who created the server.

enabledboolean required

Whether the MCP server is enabled.

scope'user' | 'team' required

Scope of the MCP server configuration.