Skip to content

MCP logs

View ▸ MCP logs (the entry is disabled if the MCP server is switched off).

The panel shows every tool call served, as a conversation: the tool’s name, the timestamp, the request received and the response returned.

The "MCP logs" panel: two timestamped tool calls with their JSON arguments, and the screenshot returned by one of them shown as a thumbnail

This is the surface that makes AI driving verifiable. An agent working in your project leaves a complete trace here: you can see what it read, what it wrote, and what it ran.

Before granting an agent the right to write into a real project, leave this panel open for a session — it is the best way of understanding what it does.

Screenshot and video-recording calls are rendered as thumbnails, never as raw base64: the panel stays readable.

Two settings, in Settings ▸ MCP:

SettingDefaultRole
MCP call log retention100Maximum number of calls kept in memory; 0 disables logging
MCP screenshot retention20Number of recent calls that keep their screenshot; beyond that, the media (and the temporary video file) is deleted

The second setting exists because a slightly long automation session produces a lot of images: without a ceiling, memory and temporary disk balloon.

A Clear button empties the panel.