| Actions | Icon | S. No. | Server ID | Name | Auth | Description | Tools | Resources | Prompts | Tags | Owner | Team | Visibility |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{% if query_params is defined and query_params.get('team_id') %} No servers found in the selected team. {% else %} No servers found. {% endif %} {% if query_params is defined and query_params.get('team_id') %}Switch the header selector back to All Teams to view servers outside this team scope. {% endif %} |
|||||||||||||
|
{% if can_modify %}
{% endif %}
{% if can_modify %}
{% endif %} |
{% if server.icon %}
|
{{ (pagination.page - 1) * pagination.per_page + loop.index }} | {{ server.id }} | {{ server.name }} | {% if server.oauthEnabled %} OAuth {% else %} — {% endif %} | {{ server.description | decode_html }} | {% if server.associatedTools %} {{ server.associatedTools | length }} tool{{ 's' if server.associatedTools | length != 1 else '' }} {% else %} 0 tools {% endif %} | {% if server.associatedResources %} {{ server.associatedResources | length }} resource{{ 's' if server.associatedResources | length != 1 else '' }} {% else %} 0 resources {% endif %} | {% if server.associatedPrompts %} {{ server.associatedPrompts | length }} prompt{{ 's' if server.associatedPrompts | length != 1 else '' }} {% else %} 0 prompts {% endif %} | {% if server.tags %} {% for tag in server.tags %} {% if tag is mapping %}{{ tag.id }}{% else %}{{ tag }}{% endif %} {% endfor %} {% else %} None {% endif %} | {% if server.ownerEmail %} {{ server.ownerEmail }} {% else %} N/A {% endif %} | {% if server.team %}{{ server.team }}{% else %}None{% endif %} | {% if server.visibility == 'private' %} Private {% elif server.visibility == 'team' %} Team {% elif server.visibility == 'public' %} Public {% else %} N/A {% endif %} |