---
title: "Reconnect MCP client"
method: POST
path: "/api/mcp/client/{id}/reconnect"
tags: ["MCP"]
---

# Reconnect MCP client

`POST /api/mcp/client/{id}/reconnect`

Reconnects an MCP client that is in an error or disconnected state.

## Path parameters

- `id` string, required

## Response `200`

MCP client reconnected successfully

- SuccessResponse — Generic success response
  - `status` string
  - `message` string

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/versions/f8cab88f64ea/schema)
