---
title: "GET /experimental/workspaces/{workspaceId}/attachable-mcp-servers"
method: GET
path: "/experimental/workspaces/{workspaceId}/attachable-mcp-servers"
tags: ["Workspaces", "MCP", "Environments"]
---

# GET /experimental/workspaces/{workspaceId}/attachable-mcp-servers

`GET /experimental/workspaces/{workspaceId}/attachable-mcp-servers`

Lists the names of MCP servers the caller may attach to an environment: registered servers that are authorized (a token bundle exists), the same set the environment write routes accept. Gated by `environment.write` so publishers can attach without holding `manage_mcp_servers`. Returns no credential, auth, or transport detail — MCP administration stays behind the full servers endpoint.

## Path parameters

- `workspaceId` string, uuid, required

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
    - `next` string, uri, nullable, required
    - `prev` string, uri, nullable, required
  - `meta` object, required
    - `count` number, required
  - `data` object[], required
    - `id` string, uuid, required
    - `type` 'attachable-mcp-server', required
    - `attributes` object, required
      - `name` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-09-04** `62bb86f8aa90` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/experimental/workspaces/:workspaceId/attachable-mcp-servers/get.md)

---

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