---
title: "List Servers"
method: GET
path: "/api/mcp/servers"
tags: ["runtime_mutations", "mcp"]
---

# List Servers

`GET /api/mcp/servers`

List all configured MCP servers with their status.

## Response `200`

Successful Response

- MCPServerResponse[]
  - `name` string, required
  - `status` string, required
  - `error_message` string, nullable
  - `tool_count` integer
  - `enabled` boolean
  - `managed` boolean

## Changes

- **2026-09-13** `9130e4640e24` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/mcp/servers/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/397ad3a1d858?raw)
