Skip to main content
The Activity page gives you a real-time view of how MCP tools are being used across your organization. See tool call volume over time, filter by status or server, and drill into individual calls to see their full input and output.
Activity dashboard with usage histogram

Activity histogram

The top of the page shows a stacked bar chart of tool call volume over time, color-coded by status:
StatusColorDescription
SuccessGreenTool call completed successfully
ErrorRedTool call failed with an error
Permission DeniedAmberCall blocked by access control
In ProgressBlueTool call currently executing
Hover over any bar to see the exact time range and status breakdown. The histogram is visible when viewing a date range of 24 hours or less.

Activity table

The table below the histogram lists every tool call with the following columns:
ColumnDescription
ServerServer icon and name (clickable). guMCP servers are labeled with “(gumCP)“
TimeRelative timestamp (e.g., “2 min ago”)
ToolThe specific tool that was invoked
UserAvatar and display name
LatencyResponse time in milliseconds
StatusColor-coded badge: Success, Error, Permission Denied, In Progress
Pagination is 30 items per page (server-side).

Expanded row details

Click any row to expand it and see the full input and output of the tool call.
Expanded activity row showing input and output JSON
  • Inputs (left panel): The complete parameters passed to the tool, displayed as formatted JSON with a Copy button
  • Outputs (right panel): The complete response returned by the tool, also formatted JSON with a Copy button
  • Error details: If the call failed, the output panel shows the error in a red-highlighted box
Use expanded row details to debug integration issues. If a tool is returning unexpected results, you can see the exact input that triggered the response.

Filtering

Click the Filters button to open the filter popover. The button shows a badge with the count of active filters.
Activity page filter options
FilterDescription
StatusFilter by outcome: All, Success, Error, Permission Denied, In Progress
MCP ServerFilter to a specific server (guMCP servers labeled with “(gumCP)“)
ToolFilter to a specific tool
UserFilter to a specific user’s calls (with avatars)
Date RangeCalendar picker with time support and quick-select presets
Click Clear Filters to reset all filters at once. Changing any filter resets pagination to page 1.

Export to CSV

Click the Export button to download the current view as a CSV file. The export includes: Status, Time (ISO format), Tool, User, Latency (ms), Latency Percentile, and Error. Filename follows the pattern activity-{date}.csv.

Per-server and per-user activity

The same activity interface appears in two other places, scoped to specific contexts:
Found on the Internal servers Activity tab. Includes stat cards at the top (Total Calls, Unique Users, Error Rate, Avg Latency), a Tool filter instead of Server filter, and latency percentile color indicators. Paginated at 10 items per page.

Internal MCP Servers

View per-server activity and tool details

Users

View per-user activity history

Permission Groups

Understand permission denied entries

Chat

Ask the AI about activity trends