---
title: "Get Mcp Server"
method: GET
path: "/api/mcp/servers/{name}"
---

# Get Mcp Server

`GET /api/mcp/servers/{name}`

## Path parameters

- `name` string, required

## Response `200`

Successful Response

- McpServerDetailResponse
  - `canEnable` boolean, required
  - `configChoices` McpConfigChoiceResponse[]
    - `configPath` string, nullable
    - `env` McpEnvEntryResponse[]
      - `isEnvRef` boolean, required
      - `key` string, required
      - `value` string, nullable
    - `id` string, required
    - `label` string, required
    - `logoKey` string, nullable
    - `observedHarness` string, nullable
    - `payloadPreview` object, required
    - `recommended` boolean
    - `sourceKind` 'managed' | 'harness', required
    - `spec` McpServerSpecResponse, required
      - `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
  - `displayName` string, required
  - `enabledStatus` 'enabled' | 'disabled', required
  - `env` McpEnvEntryResponse[]
    - `isEnvRef` boolean, required
    - `key` string, required
    - `value` string, nullable
  - `installConfigStatus` McpInstallConfigStatusResponse, required
    - `configured` boolean, required
    - `hasFields` boolean, required
    - `missingRequired` string[], required
  - `kind` 'managed' | 'unmanaged', required
  - `marketplaceLink` McpMarketplaceLinkResponse
    - `description` string, required
    - `displayName` string, required
    - `externalUrl` string, required
    - `githubUrl` string, nullable
    - `iconUrl` string, nullable
    - `isRemote` boolean, required
    - `isVerified` boolean, required
    - `qualifiedName` string, required
    - `websiteUrl` string, nullable
  - `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

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-30** `774e8a3f5f7e` — 1 breaking, 1 warning
  - removed the required property `availabilityStatus` from the response with the `200` status
  - removed the optional property `availabilityReason` from the response with the `200` status
- **2026-05-28** `599b4eda9208` — 2 info
  - added the optional property `configChoices/items/recommended` to the response with the `200` status
  - added the required property `configChoices/items/id` to the response with the `200` status
- **2026-05-28** `732498749d12` — 1 warning, 1 info
  - removed the optional property `configChoices/items/sourceHarness` from the response with the `200` status
  - added the optional property `configChoices/items/observedHarness` to the response with the `200` status
- **2026-05-28** `ac24462a8a3e` — 2 warning, 1 info
  - added the new `needs_config` enum value to the `mcpStatus/kind` response property for the response status `200`
  - added the new `unchecked` enum value to the `mcpStatus/kind` response property for the response status `200`
  - added the required property `installConfigStatus` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/mode-io/apis/skill-manager/changes/api/mcp/servers/:name/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/a2b29a5aa8b4/schema)
