# jaegertracing/jaeger | Model Context Protocol (MCP) Server > CNCF Jaeger, a Distributed Tracing Platform - **Stars**: ⭐ 23,097 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "jaeger": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-jaeger" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "jaeger": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-jaeger" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-jaeger` - **Docker**: `docker run -i --rm mcp/jaeger`