Loading MCP server directory, please wait...
Add OpenTelemetry tracing to Python AI agents. Supports LangGraph, LlamaIndex, CrewAI, OpenAI SDK.
npx @getmcp/cli add io.github.alanzha2/observe-instrument-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.alanzha2/observe-instrument-mcp": {
"command": "uvx",
"args": [
"observe-instrument-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "",
"LLM_MODEL": "",
"OPENAI_API_KEY": "",
"GEMINI_API_KEY": "",
"GROQ_API_KEY": ""
}
}
}
}