---
title: "Get MCP Server Runtime Configuration"
method: GET
path: "/v1/mcp-cp/{controlPlaneId}/mcp-servers/{mcpServerId}/runtime-config"
tags: ["MCP Server Runtime"]
---

# Get MCP Server Runtime Configuration

`GET /v1/mcp-cp/{controlPlaneId}/mcp-servers/{mcpServerId}/runtime-config`

**Pre-release Endpoint**
This endpoint is currently in beta and is subject to change.

Returns the runtime configuration for a deployed MCP server.

## Response `200`

A response containing the MCP server runtime configuration

- MCPServerRuntime
  - `init_container` object, required — Configuration for the init container.
    - `image` string — The container image to use.
  - `runtime_container` object, required — Configuration for the main container.
    - `image` string — The container image to use.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/b31b9b097e6d/schema)
