---
title: "Get MCP client configuration"
method: GET
path: "/mcp/{binding_id}/config"
tags: ["mcp"]
---

# Get MCP client configuration

`GET /mcp/{binding_id}/config`

Get configuration information for setting up MCP clients (Claude Desktop, etc.)

## Path parameters

- `binding_id` string, required

## Response `200`

Successful Response

- MCPConfigurationResponse — MCP configuration for client setup.
  - `endpoint_url` string, required
  - `binding_id` string, required
  - `suggested_name` string, required
  - `client_config` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/memara/apis/memara-api.md) · [All operations](https://skmtc.net/memara/apis/memara-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memara/memara-api/revisions/4dc7c4418845/schema)
