---
title: "List Mcp Servers"
method: GET
path: "/api/mcp/servers"
---

# List Mcp Servers

`GET /api/mcp/servers`

## Response `200`

Successful Response

- McpInventoryResponse
  - `columns` McpInventoryColumnResponse[], required
    - `configPresent` boolean, required
    - `harness` string, required
    - `installed` boolean, required
    - `label` string, required
    - `logoKey` string, nullable
    - `mcpUnavailableReason` string, nullable
    - `mcpWritable` boolean
  - `entries` McpInventoryEntryResponse[], required
    - `canEnable` boolean, required
    - `displayName` string, required
    - `enabledStatus` 'enabled' | 'disabled', required
    - `installConfigStatus` McpInstallConfigStatusResponse, required
      - `configured` boolean, required
      - `hasFields` boolean, required
      - `missingRequired` string[], required
    - `kind` 'managed' | 'unmanaged', required
    - `mcpStatus` McpStatusResponse, required
      - `kind` 'available' | 'needs_config' | 'connection_issue' | 'unchecked', required
      - `reason` string, nullable
    - `name` string, required
    - `sightings` McpBindingResponse[], required
      - `driftDetail` string, nullable
      - `harness` string, required
      - `state` 'managed' | 'drifted' | 'unmanaged' | 'missing', required
    - `spec` McpServerSpecResponse
      - `args` string[], nullable
      - `command` string, nullable
      - `displayName` string, required
      - `env` object, nullable
      - `headers` object, nullable
      - `installedAt` string, required
      - `name` string, required
      - `revision` string, required
      - `source` McpSourceResponse, required
        - `kind` 'marketplace' | 'adopted' | 'manual', required
        - `locator` string, required
      - `transport` 'stdio' | 'http' | 'sse', required
      - `url` string, nullable
  - `issues` McpInventoryIssueResponse[]
    - `name` string, required
    - `reason` string, required

## Changes

- **2026-07-30** `774e8a3f5f7e` — 1 breaking, 1 warning
  - removed the required property `entries/items/availabilityStatus` from the response with the `200` status
  - removed the optional property `entries/items/availabilityReason` from the response with the `200` status
- **2026-05-28** `ac24462a8a3e` — 2 warning, 1 info
  - added the new `needs_config` enum value to the `entries/items/mcpStatus/kind` response property for the response status `200`
  - added the new `unchecked` enum value to the `entries/items/mcpStatus/kind` response property for the response status `200`
  - added the required property `entries/items/installConfigStatus` to the response with the `200` status
- **2026-05-28** `df2572496eaf` — 1 info
  - added the required property `entries/items/mcpStatus` to the response with the `200` status
- **2026-05-27** `33c06f21b43b` — 3 info
  - added the optional property `entries/items/availabilityReason` to the response with the `200` status
  - added the required property `entries/items/availabilityStatus` to the response with the `200` status
  - added the required property `entries/items/enabledStatus` to the response with the `200` status
- **2026-04-25** `23fa7e0a19ae` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/mode-io/apis/skill-manager/changes/api/mcp/servers/get.md)

---

[API](https://skmtc.dev/mode-io/apis/skill-manager.md) · [All operations](https://skmtc.dev/mode-io/apis/skill-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mode-io/skill-manager/revisions/774e8a3f5f7e/schema)
