What problem does it solve?
Connecting Claude Code (or another MCP client) to the zymtrace backend’s MCP server so the user can query CPU and GPU flamegraphs in natural language without manual, error-prone setup.
Core Features & Use Cases
- Gateway URL and MCP endpoint setup: Derives the correct MCP base endpoint at <gateway-url>/mcp and validates reachability.
- Service-token auth handling: Guides token requirements when auth.serviceToken.enabled is enabled, without exposing secrets.
- Claude MCP registration and verification: Adds the MCP server and verifies it appears via claude mcp list and /mcp.
- Use Case: After installing and exposing the zymtrace backend, connect your Claude Code so you can immediately start analyzing profiles through the MCP and then hand off to analyze-zymtrace-workload for the actual diagnostic work.
Quick Start
Tell the AI your zymtrace gateway URL and whether service-token auth is enabled, and ask it to guide you through generating the MCP token (if needed) and adding zymtrace to Claude using claude mcp add.