{% extends "base.html" %} {% block title %}Cortex — Error{% endblock %} {% block content %}

Cortex MCP Server Error

HTTP {{ status_code }} — {{ error_code }}

{{ error_message }}

What to do

The dashboard talks to the Cortex MCP server over HTTP. If the server isn't running or is unreachable, the dashboard can't load any data.

Start the MCP server in a terminal:

cortex serve --transport mcp-http --host 127.0.0.1 --port 1314

Then refresh this page.

{% endblock %}