Skip to main content
GET
Get MCP Registry Server

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"

Response

Registry server details

saved_name
string

User-given name for the server

server_version
string

Server version

job_id
string<uuid> | null

MCP Hub server identifier (optional)

source_url
string | null

Source URL

source_version
string | null

Source version or commit hash

server_name
string | null

Server package name

description
string | null

Server description

mcp_config
object | null

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.

registry_id
string

Hashed ID of the parent registry this server belongs to

registry_name
string

Name of the parent registry (defaults to "default")

project_name
string

Project name

is_active
boolean

Whether the server is enabled (distinct from is_deleted)

is_sample
boolean

Whether this is a sample server

created_at
string<date-time>

Creation timestamp

updated_at
string<date-time>

Last update timestamp

created_by
string<uuid> | null

User ID who created this server

updated_by
string<uuid> | null

User ID who last updated this server