{% extends "base.html" %} {% block title %}Integrations{% endblock %} {% block content %}

Integrations

External MCP servers connected through the managed gateway. Credentials are used only for the connection itself — they are never shown or stored anywhere else.

{% if can_manage %}{% endif %} {% for name, skill_ids in servers.items() %} {% if can_manage %} {% endif %} {% else %} {% endfor %}
ServerImported skillsManage
{{ name }} {{ skill_ids|join(", ") if skill_ids else "(not imported yet)" }}
No servers connected.
{% if can_manage %}
Connect a server








{% endif %} {% endblock %}