Lybic Docs

List MCP servers

Returns a list of MCP servers for the organization.

GET
/api/orgs/{orgId}/mcp-servers

Path Parameters

orgIdstring

The organization ID

Response Body

[
  {
    "id": "string",
    "name": "string",
    "createdAt": "string",
    "defaultMcpServer": true,
    "projectId": "string",
    "policy": {
      "sandboxMaxLifetimeSeconds": 3600,
      "sandboxMaxIdleTimeSeconds": 3600,
      "sandboxAutoCreation": false,
      "sandboxExposeRecreateTool": false,
      "sandboxExposeRestartTool": false,
      "sandboxExposeDeleteTool": false
    },
    "currentSandboxId": "string"
  }
]