Execution metrics and a full Context Window Explorer for Bedrock-based agents and Claude Code — over a real MCP server, not a mock.
MCP (Model Context Protocol) is an open standard that lets an LLM or agent call tools over a
normal HTTP connection. This server exposes read/write tools for agent execution
data, and is built to support two integration paths: Bedrock-based agents calling the
record_session tool directly, and Claude Code.
No account to create or password to remember here — Google verifies who you are, this server just checks the signed proof and hands you a token scoped to your account. That token, not your Google identity itself, is what your agent actually uses afterward.
Every session recorded through your token is tagged with your account. Reads are filtered the same way — you only ever see, list, or query sessions you recorded. Even guessing another person's session ID reads back as "not found," identical to one that never existed.
One click — no password, no account to create here.