Skip to content

Server Overview

The Overview tab is your server’s home page. It answers “is everything OK?” in seconds.

Server overview showing status, summary cards, insights, and schema

The status card shows real-time health of your MCP infrastructure:

FieldWhat it shows
MCP ServerConnection to upstream MCP server (Connected / Disconnected)
ProxyWhether the mcpr process is running and sending heartbeats
TunnelTunnel connection status
UptimeHow long the proxy has been running
Last heartbeatWhen the proxy last reported in

Server info from the MCP initialize handshake is shown below: server name, version, protocol version, and declared capabilities (tools, resources, prompts).

Server status card with MCP connection, proxy, tunnel, and server info

Four metrics for the selected time range:

CardWhat it shows
Total CallsMCP request count
Error RatePercentage of failed requests
LatencyAvg, p90, p95, p99 percentiles for tool calls
SessionsActive (last 5 min) / total unique sessions

Use the time range dropdown (1h / 6h / 24h / 7d / 30d) to adjust the window.

Three panels below the summary cards highlight what needs attention:

The 5 slowest tool calls in the time range. Each shows latency, tool name, and client. Click to jump to the Logs tab with a pre-filled query for that specific session + tool.

The 5 most frequent error groups (tool + error message). Click to search for that tool’s errors in Logs.

The 5 most active AI clients by call count.

A compact summary of your server’s discovered schema — how many tools, resources, and prompts are exposed, the current schema version, and a list of tool names as tags. Used tools show in normal text; unused tools are dimmed.

Click the schema header to navigate to the Tools tab for full detail.

The schema is captured passively from MCP discovery responses (initialize, tools/list, etc.) flowing through the proxy. No active polling, no extra auth needed.