Skip to main content
PATCH

Authorizations

apikey
string
header
required

Headers

X-Enkrypt-MCP-Registry-Server
string
required

Registry server saved_name

Maximum string length: 32
Example:

"my-filesystem-server"

X-Enkrypt-MCP-Registry-Server-Version
string
default:v1

Registry server version (defaults to "v1")

Example:

"v1"

Body

application/json
job_id
string<uuid> | null

MCP Hub server identifier (optional)

source_url
string | null

Source URL (e.g., GitHub link)

source_version
string | null

Source version or commit hash

server_name
string | null

Server package name

description
string | null

Human-readable server description

mcp_config
object

MCP server configuration template. Shape mirrors a single entry of secure-mcp-gateway's mcp_configs.<id>.mcp_config[] array, so the registry server's mcp_config is directly consumable by the gateway runtime.

is_active
boolean

Toggle the server's active state.

is_sample
boolean

Mark this server as a sample.

Response

Registry server updated successfully

message
string

Response message

data
object