---
title: "[Beta] List McpConfigs."
method: GET
path: "/v1/mcp-configs"
tags: ["mcp-configs"]
---

# [Beta] List McpConfigs.

`GET /v1/mcp-configs`

[Beta] List all McpConfigs for the authenticated account.

## Query parameters

- `name` string
- `id` string
- `limit` integer
- `starting_after` string

## Response `200`

Successfully retrieved list of McpConfigs.

- McpConfigListView — A paginated list of McpConfigs.
  - `mcp_configs` McpConfigView[], required — The list of McpConfigs.
    - `id` string, required — The unique identifier of the McpConfig.
    - `name` string, required — The human-readable name of the McpConfig. Unique per account.
    - `endpoint` string, required — The target MCP server endpoint URL (e.g., 'https://mcp.example.com').
    - `allowed_tools` string[], required — Glob patterns specifying which tools are allowed from this MCP server (e.g., ['github.search_*', 'github.get_*'] or ['*'] for all tools).
    - `description` string, nullable — Optional description for this MCP configuration.
    - `create_time_ms` integer, required — Creation time of the McpConfig (Unix timestamp in milliseconds).
  - `has_more` boolean, required — Whether there are more results available beyond this page.
  - `total_count` integer, required — Total count of McpConfigs that match the query.

## Other responses

- `401` — Unauthorized. Invalid or missing authentication.
- `403` — Forbidden. Account does not have devbox capability.
- `500` — Internal server error.

## Changes

- **2026-02-05** `15b7fd06098d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/runloopai/apis/runloop-api/changes/v1/mcp-configs/get.md)

---

[API](https://skmtc.dev/runloopai/apis/runloop-api.md) · [All operations](https://skmtc.dev/runloopai/apis/runloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runloopai/runloop-api/revisions/c8d61a0c8b88/schema)
