Skip to main content
GET
Get one saved server

Authorizations

Authorization
string
header
required

MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.

Path Parameters

projectId
string
required

ID of the hosted project that contains the server.

serverId
string
required

ID of the server inside the project.

Response

The server.

A saved MCP server, projected toward the hosted (HTTP) shape. STDIO command/args/env and raw headers are never exposed.

id
string
required
name
string
required
enabled
boolean
required
transportType
string
required
useOAuth
boolean
required
hasClientSecret
boolean
required
projectId
string | null
url
string | null

Endpoint for HTTP-transport servers; null for stdio.

oauthScopes
string[]
createdAt
number | null

Epoch milliseconds.

updatedAt
number | null