Edit Server: {{ server.server_name }}

{% if user_context and not user_context.can_modify_servers %}
⚠️ Warning: You do not have sufficient permissions to edit servers.
{% endif %}
{{ server.path }}
Groups that can access this server when visibility is group-restricted

Backend Authentication

Configure credentials the gateway uses when proxying requests to this backend server.
Only fill in to update the credential. Leave blank to keep the current one.
The HTTP header name used to send the API key (default: X-API-Key)

Additional Headers

Fixed HTTP headers your MCP server requires. Values are encrypted at rest.
{% for h in server.get('custom_header_names', []) %}
{% endfor %}
Cancel