HTTP {{ status_code }} — {{ error_code }}
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.