v29

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

Get MCP Server

Retrieves a specific MCP server by ID.

get/mcp-servers/{mcpServerId}

Path parameters

mcpServerIdstring required

The unique identifier of the MCP server.

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.