Clients

List a project's clients

The clients saved in the project — the named, reusable configurations that define how MCPJam connects to and talks to your MCP servers. Returns the ids and configIds the detail and write routes take. Clients that exist only as the private backing of a User Testing scenario are omitted unless includePrivateBacking=true.

get/projects/{projectId}/clients

Path parameters

projectIdstring required

ID of the hosted project that contains the server.

Query parameters

includePrivateBackingboolean

Include clients that exist only as the private backing of a User Testing scenario. Excluded by default, matching the Clients tab; this is an administrative opt-in and applies to name resolution as well as to listing.

Response

The project's clients.

Changes