-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Server Name
Arize AX Tracing Assistant
Server URL/Repository
https://arize.com/docs/ax/alyx/tracing-assistant
Description
The Arize AX Tracing Assistant is a developer tool that helps guide the addition of tracing to LLM-based agents and applications. Once the MCP server is running, developers can receive step-by-step instrumentation guidance, curated examples tailored to specific frameworks, and direct support from Arize AX.
It can analyze code to identify tracing gaps, recommend where to add instrumentation, and answer questions like how to manually instrument for greater control, redact sensitive fields, or propagate context across tools.
Requirements Check
- Provides clear installation and configuration instructions
- Focused on developer tools/services (not consumer applications)
- Has appropriate icon or branding available
Configuration JSON
Ensure uv is installed
"arize-tracing-assistant": {
"command": "uvx",
"args": ["arize-tracing-assistant@latest"]
}
Authentication
- This server uses OAuth authentication
Icon
- I've attached a square SVG logo to this issue
Documentation URL (if applicable)
https://arize.com/docs/ax/alyx/tracing-assistant#cursor-ide
Additional Context
Arize AX Docs: https://arize.com/docs/ax
Submission Guidelines
- Read the Contributing Guidelines
- Searched existing issues and servers to avoid duplicates
- Server provides significant value to developer community
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request