---
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
    - `kind` 'managed' | 'unmanaged', required
    - `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-04-25** `23fa7e0a19ae` — 1 info
  - endpoint added
- **2026-04-17** `a9787ab8c53c` — 1 breaking
  - api path removed without deprecation

[Change 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/73bfa4034c07/schema)
