{
  "markdown": "\r\n<p align=\"left\">\r\n    <a target=\"_blank\" href=\"https://arize.com\" style=\"background:none\">\r\n        <img alt=\"arize banner\" src=\"https://storage.googleapis.com/arize-assets/arize-logo-white.jpg\"  width=\"300\"></img>\r\n</p>\r\n\r\n# Arize Tracing Assistant\r\n<a target=\"_blank\" href=\"https://github.com/Arize-ai/arize/blob/main/sdk/python/arize-tracing-assistant/LICENSE\">\r\n    <img src=\"https://img.shields.io/pypi/l/arize-otel\">\r\n</a>\r\n<img src=\"https://badge.mcpx.dev?status=on\" title=\"MCP Enabled\"/>\r\n<a href=\"https://cursor.com/en/install-mcp?name=arize-tracing-assistant&config=eyJjb21tYW5kIjoidXZ4IGFyaXplLXRyYWNpbmctYXNzaXN0YW50QGxhdGVzdCIsImVudiI6e319\"><img src=\"https://cursor.com/deeplink/mcp-install-dark.svg\" alt=\"Add Arize tracing assistant MCP server to Cursor\" height=20 /></a>\r\n    \r\nAn MCP server that provides with docs and support to instrument your AI application with Arize AX.\r\n\r\n## Overview\r\n\r\nThis 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.\r\nConnect it to your IDE or LLM and get curated tracing examples, best practices and Arize support!\r\n\r\n\r\n## Installation\r\n\r\n### Install uv\r\n\r\nMake sure **uv** - the fast Python package manager - is installed on your system. Installation instructions: [uv installation guide](https://docs.astral.sh/uv/getting-started/installation/#standalone-installer).\r\n\r\n- On macOS:\r\n  ```bash\r\n  pip install uv\r\n  ```\r\n  or\r\n\r\n  ```bash\r\n  brew install uv\r\n  ```\r\n\r\n- On Linux:\r\n  ```bash\r\n  curl -LsSf https://astral.sh/uv/install.sh | less\r\n  ```\r\n- On Windows:\r\n  ```powershell\r\n  powershell -c \"irm https://astral.sh/uv/install.ps1 | more\"\r\n  ```\r\n\r\n### IDE integration\r\n\r\n#### [Antigravity](https://antigravity.google/)\r\n\r\n1. Open the MCP Store panel within the \"...\" dropdown at the top of the editor's side panel.\r\n2. Type \"Arize\" in the search and click Install.\r\n\r\nOR\r\n\r\n1. To Install as a Custom MCP Server, Click on \"Manage MCP Servers\"\r\n2. Click on \"View raw config\"\r\n3. Add the following code to your mcp_config.json:\r\n\r\n```json\r\n  \"mcpServers\": {\r\n    \"arize-tracing-assistant\": {\r\n      \"command\": \"uvx\",\r\n      \"args\": [\r\n      \"arize-tracing-assistant@latest\"\r\n    ]\r\n    }\r\n  }\r\n```\r\n\r\n#### Cursor\r\n\r\n[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=arize-tracing-assistant&config=eyJjb21tYW5kIjoidXZ4IGFyaXplLXRyYWNpbmctYXNzaXN0YW50QGxhdGVzdCIsImVudiI6e319)\r\n\r\n1. Go to Cursor Settings -> MCP.\r\n2. Click \"Add new global MCP server\" and add the server to your config JSON.\r\n3. Remove the `env` section if you don't have access to RunLLM.\r\n\r\nExample config:\r\n\r\n```json\r\n\"arize-tracing-assistant\": {\r\n  \"command\": \"uvx\",\r\n  \"args\": [\r\n    \"arize-tracing-assistant@latest\"\r\n  ]\r\n}\r\n```\r\n\r\n---\r\n\r\n#### Claude Desktop\r\n\r\n1. Go to Claude Desktop Settings.\r\n2. In Developer > Edit Config and add this to your config JSON:\r\n\r\n```json\r\n\"arize-tracing-assistant\": {\r\n  \"command\": \"/Users/myuser/miniconda3/bin/uvx\",\r\n  \"args\": [\r\n   \"arize-tracing-assistant@latest\"\r\n  ]\r\n}\r\n```\r\n\r\n---\r\n\r\n#### Manual MCP config\r\n\r\nAdd the following snippet to your MCP config file:\r\n\r\n```json\r\n  \"mcpServers\": {\r\n    \"arize-tracing-assistant\": {\r\n      \"command\": \"uvx\",\r\n      \"args\": [\r\n      \"arize-tracing-assistant@latest\"\r\n    ]\r\n    }\r\n  }\r\n```\r\n\r\n### CLI Integration\r\n\r\n#### Gemini CLI\r\n\r\nInstall using the Gemini CLI extension:\r\n\r\n```bash\r\ngemini extensions install https://github.com/Arize-ai/arize-tracing-assistant\r\n```\r\n\r\n## Usage\r\n\r\nOnce the MCP server is running, ask your IDE or LLM questions about tracing or general Arize support like...\r\n\r\n- Instrument this app using Arize\r\n- Can you use manual instrumentation so that I have more control over my traces?\r\n- How can I redact sensitive information from my spans?\r\n- Use decorators to have more control over the span attributes\r\n- Can you make sure the context of this trace is propagated across these tool calls?\r\n- Where can I find my Arize keys?\r\n\r\n## Troubleshooting\r\n\r\n- Make sure the JSON configs are perfectly formatted.\r\n- Clear the **uv** cache with `uv cache clean` to force accessing the latest version.\r\n- Make sure your `uv` command is pointing to the right location by running `which uv`, or simply use the full path.\r\n- The server should start in the terminal just by running:\r\n\r\n  ```bash\r\n  uvx arize-tracing-assistant@latest\r\n  ```\r\n\r\n- Use the Anthropic MCP inspector by running:\r\n  ```bash\r\n  npx @modelcontextprotocol/inspector uvx arize-tracing-assistant@latest\r\n  ```\r\n",
  "bytes": 4560,
  "sha": "9bbdbeefa2feeb96e29204892c6d57ba761211966d803c2110095ad2802cf50c",
  "repo_slug": "arize-ai/arize-tracing-assistant",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_arize_ai_arize_tracing_assistant_13f19336/readme"
}