configure-zymtrace-mcp

Configure MCP client connections to the zymtrace backend for flamegraph queries.

5|1|Updated May 17, 2026
One-click install
npx skills add https://github.com/zystem-io/zymtrace-skills --skill configure-zymtrace-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-zymtrace-mcp
Source: https://github.com/zystem-io/zymtrace-skills/tree/main/zymtrace/skills/configure-zymtrace-mcp
Command: npx skills add https://github.com/zystem-io/zymtrace-skills --skill configure-zymtrace-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about configure-zymtrace-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Claude Code to zymtrace for flamegraph analysis?

To connect Claude Code to zymtrace for flamegraph analysis, you register the zymtrace MCP endpoint at <gateway-url>/mcp using claude mcp add, then verify the connection appears via claude mcp list and /mcp.

What is the MCP endpoint format for querying zymtrace CPU and GPU flamegraphs?

The MCP endpoint format for querying zymtrace CPU and GPU flamegraphs is derived by appending /mcp to your zymtrace gateway URL, allowing natural-language prompts to access profiling data through the registered MCP server.

Do I need a service token to set up the zymtrace MCP server?

You need a service token to set up the zymtrace MCP server only when auth.serviceToken.enabled is active, and the configuration process handles token generation safely without exposing secrets during registration.

Can I configure zymtrace MCP at both user-scope and project-scope levels?

Yes, you can configure zymtrace MCP at both user-scope and project-scope levels, allowing Claude Code or other MCP clients to register the zymtrace endpoint for subsequent flamegraph analysis workflows.

How do I verify that Claude Code successfully connected to the zymtrace MCP endpoint?

You verify that Claude Code successfully connected to the zymtrace MCP endpoint by running claude mcp list to confirm server registration and using the /mcp command to check active connectivity for flamegraph queries.