uptrace-mcp
Verified Safeby dimonb
Overview
Provides a Model Context Protocol (MCP) server for Uptrace, allowing AI clients like Cursor IDE or Claude Desktop to query observability data such as traces, spans, logs, and metrics.
Installation
poetry run uptrace-mcpEnvironment Variables
- UPTRACE_URL
- UPTRACE_PROJECT_ID
- UPTRACE_API_TOKEN
Security Notes
The server correctly retrieves API credentials (URL, project ID, API token) from environment variables, avoiding hardcoded secrets. It properly handles HTTP errors during API calls. There are no obvious `eval` calls, code obfuscation, or malicious patterns. Output formatting for display purposes handles JSON data safely without execution.
Similar Servers
DesktopCommanderMCP
This server empowers AI agents to search, update, manage files, and execute terminal commands on a local or containerized desktop environment. It provides enhanced filesystem operations, process control, and data analysis capabilities with support for various file types like text, Excel, and PDF.
dynatrace-mcp
The Dynatrace MCP Server allows AI Assistants to interact with the Dynatrace observability platform, bringing real-time observability data directly into development workflows for contextual debugging, security insights, and automation.
opentelemetry-mcp-server
Enables AI assistants to query and analyze OpenTelemetry traces from LLM applications for debugging, performance, and cost optimization.
claude-code-buddy
An intelligent AI Agent orchestration system for Claude Code, focusing on smart task routing, prompt enhancement, project memory, workflow guidance, and planning, presented via a real-time terminal UI dashboard.