---
title: "Update an MCP group"
method: PATCH
path: "/api/v1/mcp-groups/{id}"
tags: ["mcp-groups"]
---

# Update an MCP group

`PATCH /api/v1/mcp-groups/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateMcpGroupDto
  - `name` string — Human-readable name
  - `description` string — Description of the group
  - `credentialContractName` string — Credential contract name for authentication
  - `credentialMapping` object — Mapping of credentials for servers in this group
  - `defaultDockerImage` string — Default Docker image for servers in this group
  - `enabled` boolean — Whether the group is enabled

## Response `200`

- McpGroupResponse
  - `id` string, required — Group ID
  - `slug` string, required — URL-friendly slug
  - `name` string, required — Group name
  - `description` string — Group description
  - `credentialContractName` string, required — Credential contract name
  - `credentialMapping` object — Credential mapping
  - `defaultDockerImage` string — Default Docker image
  - `enabled` boolean, required — Whether group is enabled
  - `templateHash` string — Template hash for seeded groups
  - `createdAt` string, required — Creation timestamp
  - `updatedAt` string, required — Last update timestamp

## Changes

- **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
- **2025-10-24** `8db531c050e5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/changes/api/v1/mcp-groups/:id/patch.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/0c1badf65004/schema)
