{% extends "dashboard/base.html" %} {% block title %}MCP Servers — {{ dashboard_title }}{% endblock %} {% block page_heading %}MCP Servers{% endblock %} {% block content %}
Manage external MCP server connections and discover tools.
| Server | Transport | Status | Tools | Actions |
|---|---|---|---|---|
|
{% if s.connected %}cloud_done{% elif not s.enabled %}cloud_off{% else %}cloud_off{% endif %}
{{ s.name }} {% if not s.enabled %}Disabled {% endif %} |
{{ s.transport }} | {% if s.connected %} Connected {% elif not s.enabled %} Disabled {% else %} Disconnected {% endif %} | {% if s.tool_count > 0 %} {% else %} — {% endif %} |
|
|
build
Discovered Tools
Loading tools... |
||||
MCP servers can be added here or declared in workspace configuration files.
Add an MCP server to extend your agents with external tools and capabilities.