Skip to main content

Arize tracing assistant

Project description

arize banner

Arize Tracing Assistant

Add Arize tracing assistant MCP server to Cursor

An MCP server that provides with docs and support to instrument your AI application with Arize AX.

Overview

This MCP server provides your LLM with docs and examples to instrument your AI apps with Arize AX. It also provides with access to Arize support. Connect it to your IDE or LLM and get curated tracing examples, best practices and Arize support!

Installation

Install uv

Make sure uv - the fast Python package manager - is installed on your system. Installation instructions: uv installation guide.

  • On macOS:

    pip install uv
    

    or

    brew install uv
    
  • On Linux:

    curl -LsSf https://astral.sh/uv/install.sh | less
    
  • On Windows:

    powershell -c "irm https://astral.sh/uv/install.ps1 | more"
    

IDE integration

Antigravity

  1. Open the MCP Store panel within the "..." dropdown at the top of the editor's side panel.
  2. Type "Arize" in the search and click Install.

OR

  1. To Install as a Custom MCP Server, Click on "Manage MCP Servers"
  2. Click on "View raw config"
  3. Add the following code to your mcp_config.json:
  "mcpServers": {
    "arize-tracing-assistant": {
      "command": "uvx",
      "args": [
      "arize-tracing-assistant@latest"
    ]
    }
  }

Cursor

Install MCP Server

  1. Go to Cursor Settings -> MCP.
  2. Click "Add new global MCP server" and add the server to your config JSON.
  3. Remove the env section if you don't have access to RunLLM.

Example config:

"arize-tracing-assistant": {
  "command": "uvx",
  "args": [
    "arize-tracing-assistant@latest"
  ]
}

Claude Desktop

  1. Go to Claude Desktop Settings.
  2. In Developer > Edit Config and add this to your config JSON:
"arize-tracing-assistant": {
  "command": "/Users/myuser/miniconda3/bin/uvx",
  "args": [
   "arize-tracing-assistant@latest"
  ]
}

Manual MCP config

Add the following snippet to your MCP config file:

  "mcpServers": {
    "arize-tracing-assistant": {
      "command": "uvx",
      "args": [
      "arize-tracing-assistant@latest"
    ]
    }
  }

CLI Integration

Gemini CLI

Install using the Gemini CLI extension:

gemini extensions install https://github.com/Arize-ai/arize-tracing-assistant

Usage

Once the MCP server is running, ask your IDE or LLM questions about tracing or general Arize support like...

  • Instrument this app using Arize
  • Can you use manual instrumentation so that I have more control over my traces?
  • How can I redact sensitive information from my spans?
  • Use decorators to have more control over the span attributes
  • Can you make sure the context of this trace is propagated across these tool calls?
  • Where can I find my Arize keys?

Troubleshooting

  • Make sure the JSON configs are perfectly formatted.

  • Clear the uv cache with uv cache clean to force accessing the latest version.

  • Make sure your uv command is pointing to the right location by running which uv, or simply use the full path.

  • The server should start in the terminal just by running:

    uvx arize-tracing-assistant@latest
    
  • Use the Anthropic MCP inspector by running:

    npx @modelcontextprotocol/inspector uvx arize-tracing-assistant@latest
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arize_tracing_assistant-0.3.4.tar.gz (53.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

arize_tracing_assistant-0.3.4-py3-none-any.whl (93.5 kB view details)

Uploaded Python 3

File details

Details for the file arize_tracing_assistant-0.3.4.tar.gz.

File metadata

  • Download URL: arize_tracing_assistant-0.3.4.tar.gz
  • Upload date:
  • Size: 53.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for arize_tracing_assistant-0.3.4.tar.gz
Algorithm Hash digest
SHA256 51b02c3b771f57d5549077520b470542e3315bfb3716132d7aac79510fdb627f
MD5 f38a12eebbd30d082eeedc6b0eae32b8
BLAKE2b-256 aff24f0a15dfde468c0dceb5d23622262b1bb5be2c5f68c891c209520df7e5cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for arize_tracing_assistant-0.3.4.tar.gz:

Publisher: release-sdks.yml on Arize-ai/arize

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arize_tracing_assistant-0.3.4-py3-none-any.whl.

File metadata

File hashes

Hashes for arize_tracing_assistant-0.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 7b94f3e9a7e3cc354bcc219c52c5bab5a0a97c3eb48bbc7a96b1d29e53b01a5d
MD5 2a44201da2acb48362e45c7dad6e6cf7
BLAKE2b-256 9e7723664c33b4bbb464b83faa3ff464f58fa24f24532be3b3effbc4e1ffe59d

See more details on using hashes here.

Provenance

The following attestation bundles were made for arize_tracing_assistant-0.3.4-py3-none-any.whl:

Publisher: release-sdks.yml on Arize-ai/arize

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page