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 %}
Path (Read-only)
{{ server.path }}
Server Name
Description
{{ server.description | default('') }}
Proxy Pass URL
Tags (comma-separated)
Number of Tools
License
Federation Visibility
Public (shared with all peers)
Group Restricted (shared with specific groups)
Internal (never shared)
Allowed Groups (comma-separated)
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.
Authentication Scheme
None
Bearer Token
API Key
{% if server.auth_scheme == 'bearer' %}Bearer Token{% elif server.auth_scheme == 'api_key' %}API Key{% else %}Credential{% endif %}
Only fill in to update the credential. Leave blank to keep the current one.
Header Name
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', []) %}
Remove
{% endfor %}
+ Add header
Cancel
Save Changes