List Gateways by Registry Server
๐๏ธ MCP Registry Servers API
List Gateways by Registry Server
Returns all MCP gateways for the project whose servers_config.servers[] includes a server matching the given (saved_name, server_version). Requires X-Enkrypt-MCP-Registry-Server header.
GET
List Gateways by Registry Server
Documentation Index
Fetch the complete documentation index at: https://docs.enkryptai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Headers
Registry server saved_name
Maximum string length:
32Example:
"my-filesystem-server"
Registry server version (defaults to "v1")
Example:
"v1"
Query Parameters
Page number (1-indexed)
Required range:
x >= 1Example:
1
Number of items per page (max 100)
Required range:
1 <= x <= 100Example:
10
Optional filter on the is_active column. Omit to return all rows (default behaviour). Set to true for active-only or false for inactive-only.

