---
title: "Get Server Config"
method: GET
path: "/api/mcp/servers/{name}/config"
tags: ["runtime_mutations", "mcp"]
---

# Get Server Config

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

Get the full configuration for a server (for editing).

## Path parameters

- `name` string, required

## Response `200`

Successful Response

- MCPServerConfigResponse — Response containing full server config for editing.
  - `name` string, required
  - `enabled` boolean
  - `command` string, nullable
  - `args` string[]
  - `env` object
  - `url` string, nullable
  - `headers` object
  - `oauth` MCPOAuthClientConfig — An OAuth client Qualia was given, rather than one it registered itself. RFC 7591 dynamic client registration is how a remote MCP server normally gets a client identity here: the SDK registers one at connect time and stores what comes back. Some authorization servers do not offer it at all — GitHub's remote MCP server, Slack's, and Microsoft Entra, which requires the customer to register their own app — and against those the handshake fails during registration, before a browser ever opens. Naming a client that is already registered is the way through (QUA-3219).
    - `client_id` string, required
    - `client_secret` string, nullable
    - `redirect_uri` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `abf76937a751` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-09-13** `9130e4640e24` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/mcp/servers/:name/config/get.md)

---

[API](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/revisions/d7f2f3b8e82d?raw)
