---
title: "Get servers in a group"
method: GET
path: "/api/v1/mcp-groups/{id}/servers"
tags: ["mcp-groups"]
---

# Get servers in a group

`GET /api/v1/mcp-groups/{id}/servers`

## Path parameters

- `id` string, required

## Response `200`

- McpGroupServerResponseDto[]
  - `id` string, required
  - `name` string, required
  - `serverName` string, required
  - `description` string, nullable, required
  - `transportType` 'http' | 'stdio' | 'sse' | 'websocket', required
  - `endpoint` string, nullable, required
  - `command` string, nullable, required
  - `args` string[], nullable, required
  - `enabled` boolean, required
  - `healthStatus` 'healthy' | 'unhealthy' | 'unknown', required
  - `toolCount` number, required
  - `recommended` boolean, required
  - `defaultSelected` boolean, required

## Changes

- **2026-02-05** `d70838e27152` — 1 info
  - added the required property `items/args` to the response with the `200` status
- **2026-02-03** `1c925b8c211d` — 3 breaking, 3 warning, 4 info
  - the response property `items/command` became nullable for the status `200`
  - the response property `items/description` became nullable for the status `200`
  - the response property `items/endpoint` became nullable for the status `200`
  - added the new `healthy` enum value to the `items/healthStatus` response property for the response status `200`
  - …6 more
- **2026-02-02** `0c1badf65004` — 1 info
  - endpoint added
- **2026-02-02** `321c48cce199` — 1 breaking
  - api path removed without deprecation
- **2026-02-02** `0c1badf65004` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/changes/api/v1/mcp-groups/:id/servers/get.md)

---

[API](https://skmtc.dev/shipsecai/apis/shipsec-studio-api.md) · [All operations](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shipsecai/shipsec-studio-api/revisions/cc60562ad9f3/schema)
