Openinference Instrumentation Mcp
БесплатноНе проверенOpenInference instrumentation for MCP
Описание
OpenInference instrumentation for MCP
README
OpenInference is a set of conventions and plugins that is complimentary to OpenTelemetry to enable tracing of AI applications. OpenInference is natively supported by Arize Phoenix and Arize AX, but can be used with any OpenTelemetry-compatible backend as well.
Specification
The OpenInference specification is edited in markdown files found in the spec directory. It's designed to provide insight into the invocation of LLMs and the surrounding application context such as retrieval from vector stores and the usage of external tools such as search engines or APIs. The specification is transport and file-format agnostic, and is intended to be used in conjunction with other specifications such as JSON, ProtoBuf, and DataFrames.
Instrumentation
OpenInference provides a set of instrumentations for popular machine learning SDKs and frameworks in a variety of languages.
Python
Libraries
| Package | Description | Version |
|---|---|---|
| openinference-semantic-conventions | Semantic conventions for tracing of LLM Apps. | PyPI Version |
| openinference-instrumentation | Reusable utilities, decorators, configurations, and helpers for instrumentation. | PyPI Version |
| openinference-instrumentation-agno | OpenInference Instrumentation for Agno Agents. | PyPI Version |
| openinference-instrumentation-openai | OpenInference Instrumentation for OpenAI SDK. | PyPI Version |
| openinference-instrumentation-openai-agents | OpenInference Instrumentation for OpenAI Agents SDK. | PyPI Version |
| openinference-instrumentation-claude-agent-sdk | OpenInference Instrumentation for Claude Agent SDK. | PyPI Version |
| openinference-instrumentation-llama-index | OpenInference Instrumentation for LlamaIndex. | PyPI Version |
| openinference-instrumentation-dspy | OpenInference Instrumentation for DSPy. | PyPI Version |
| openinference-instrumentation-bedrock | OpenInference Instrumentation for AWS Bedrock. | PyPI Version |
| openinference-instrumentation-langchain | OpenInference Instrumentation for LangChain. | PyPI Version |
| openinference-instrumentation-mcp | OpenInference Instrumentation for MCP. | PyPI Version |
| openinference-instrumentation-mistralai | OpenInference Instrumentation for MistralAI. | PyPI Version |
| openinference-instrumentation-portkey | OpenInference Instrumentation for Portkey. | PyPI Version |
| openinference-instrumentation-guardrails | OpenInference Instrumentation for Guardrails. | PyPI Version |
| openinference-instrumentation-vertexai | OpenInference Instrumentation for VertexAI. | PyPI Version |
| openinference-instrumentation-crewai | OpenInference Instrumentation for CrewAI. | PyPI Version |
| openinference-instrumentation-haystack | OpenInference Instrumentation for Haystack. | PyPI Version |
| openinference-instrumentation-litellm | OpenInference Instrumentation for liteLLM. | PyPI Version |
| openinference-instrumentation-groq | OpenInference Instrumentation for Groq. | PyPI Version |
| openinference-instrumentation-instructor | OpenInference Instrumentation for Instructor. | PyPI Version |
| openinference-instrumentation-anthropic | OpenInference Instrumentation for Anthropic. | PyPI Version |
| openinference-instrumentation-beeai | OpenInference Instrumentation for BeeAI. | PyPI Version |
| openinference-instrumentation-google-genai | OpenInference Instrumentation for Google GenAI. | PyPI Version |
| openinference-instrumentation-google-adk | OpenInference Instrumentation for Google ADK. | PyPI Version |
| openinference-instrumentation-autogen-agentchat | OpenInference Instrumentation for Microsoft Autogen AgentChat. | PyPI Version |
| openinference-instrumentation-pydantic-ai | OpenInference Instrumentation for PydanticAI. | PyPI Version |
| openinference-instrumentation-smolagents | OpenInference Instrumentation for smolagents. | PyPI Version |
| openinference-instrumentation-pipecat | OpenInference Instrumentation for Pipecat. | PyPI Version |
| openinference-instrumentation-agentspec | OpenInference Instrumentation for Open Agent Specification. | PyPI Version |
| openinference-instrumentation-strands-agents | OpenInference Instrumentation for Strands Agents. | PyPI Version |
Span Processors
Normalize and convert data across other instrumentation libraries by adding span processors that unify data.
| Package | Description | Version |
|---|---|---|
| openinference-instrumentation-openlit | OpenInference Span Processor for OpenLIT traces. | PyPI Version |
| openinference-instrumentation-openllmetry | OpenInference Span Processor for OpenLLMetry (Traceloop) traces. | PyPI Version |
Examples
| Name | Description | Complexity Level |
|---|---|---|
| Agno | Agno agent examples | Beginner |
| OpenAI SDK | OpenAI Python SDK, including chat completions and embeddings | Beginner |
| Claude Agent SDK | Claude Agent SDK | Beginner |
| MistralAI SDK | MistralAI Python SDK | Beginner |
| VertexAI SDK | VertexAI Python SDK | Beginner |
| LlamaIndex | LlamaIndex query engines | Beginner |
| DSPy | DSPy primitives and custom RAG modules | Beginner |
| Boto3 Bedrock Client | Boto3 Bedrock client | Beginner |
| LangChain | LangChain primitives and simple chains | Beginner |
| LiteLLM | A lightweight LiteLLM framework | Beginner |
| LiteLLM Proxy | LiteLLM Proxy to log OpenAI, Azure, Vertex, Bedrock | Beginner |
| Groq | Groq and AsyncGroq chat completions | Beginner |
| Anthropic | Anthropic Messages client | Beginner |
| BeeAI | Agentic instrumentation in the BeeAI framework | Beginner |
| Haystack | A Haystack QA RAG application | Intermediate |
| OpenAI Agents | OpenAI Agents with handoffs | Intermediate |
| Autogen AgentChat | Microsoft Autogen Assistant Agent and Team Chat | Intermediate |
| PydanticAI | PydanticAI agent examples | Intermediate |
| Pipecat | Pipecat application examples | Intermediate |
JavaScript
Libraries
Java
Libraries
| Package | Description | Version |
|---|---|---|
| openinference-semantic-conventions | Semantic conventions for tracing of LLM Apps. | Maven Central Version |
| openinference-instrumentation | Base instrumentation utilities. | Maven Central Version |
| openinference-instrumentation-langchain4j | OpenInference Instrumentation for LangChain4j. | Maven Central Version |
| openinference-instrumentation-springAI | OpenInference Instrumentation for Spring AI. | Maven Central Version |
| openinference-instrumentation-annotation | Annotation-based manual tracing with ByteBuddy. | Maven Central Version |
Examples
| Name | Description | Complexity Level |
|---|---|---|
| LangChain4j Example | Simple example using LangChain4j with OpenAI | Beginner |
| Spring AI Example | Spring AI example with OpenAI and tool calling | Beginner |
| Annotation Example | Annotation-based tracing with @Chain, @LLM, @Tool, @Agent |
Beginner |
| Programmatic Example | Manual tracing with typed span classes (LLMSpan, AgentSpan, etc.) |
Beginner |
Go
Libraries
| Package | Description | Version |
|---|---|---|
| openinference-semantic-conventions | Semantic conventions for tracing of LLM Apps. | go get github.com/Arize-ai/openinference/go/openinference-semantic-conventions |
| openinference-instrumentation | Suppression, context attribute propagation, and TraceConfig masking. Honors OPENINFERENCE_HIDE_* env vars. |
go get github.com/Arize-ai/openinference/go/openinference-instrumentation |
| openinference-instrumentation-anthropic-sdk-go | OpenInference Instrumentation for the Anthropic Go SDK (anthropics/anthropic-sdk-go). |
go get github.com/Arize-ai/openinference/go/openinference-instrumentation-anthropic-sdk-go |
| openinference-instrumentation-openai-go | OpenInference Instrumentation for the official OpenAI Go SDK (openai/openai-go). | go get github.com/Arize-ai/openinference/go/openinference-instrumentation-openai-go |
Requires Go 1.25+. Pair with arize-otel-go for the one-line OTLP/HTTP setup to Arize AX, or wire up any OTel exporter (e.g. Phoenix at http://localhost:6006/v1/traces).
Supported Destinations
OpenInference supports the following destinations as span collectors.
- ✅ Arize Phoenix
- ✅ Arize AX
- ✅ Any OTEL-compatible collector
Community
Join our community to connect with thousands of machine learning practitioners and LLM observability enthusiasts!
- 🌍 Join our Slack community.
- 💡 Ask questions and provide feedback in the #phoenix-support channel.
- 🌟 Leave a star on our GitHub.
- 🐞 Report bugs with GitHub Issues.
- 𝕏 Follow us on X.
- 🗺️ Check out our roadmap to see where we're heading next.
Установить Openinference Instrumentation Mcp в Claude Desktop, Claude Code, Cursor
unyly install openinference-instrumentation-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add openinference-instrumentation-mcp -- npx -y @arizeai/openinference-instrumentation-mcpFAQ
Openinference Instrumentation Mcp MCP бесплатный?
Да, Openinference Instrumentation Mcp MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Openinference Instrumentation Mcp?
Нет, Openinference Instrumentation Mcp работает без API-ключей и переменных окружения.
Openinference Instrumentation Mcp — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Openinference Instrumentation Mcp в Claude Desktop, Claude Code или Cursor?
Открой Openinference Instrumentation Mcp на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Openinference Instrumentation Mcp with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
