Dash0
Navigate your OpenTelemetry resources, investigate incidents and query metrics, logs and traces on Dash0.
Ads
Overview
The official Model Context Protocol (MCP) server for Dash0. Enables AI assistants to navigate your OpenTelemetry resources, investigate incidents and query metrics, logs and traces on Dash0. The Dash0 MCP server is remote and uses the Streamable HTTP transport. See the Dash0 Integrations Hub for instructions on how to connect with the most popular AI agents and coding assistants like Claude, Cline, Cursor and Windsurf. For custom integrations or integrating with other MCP clients, follow the instructions below:
Installation
Installation instructions are not available yet.
Configuration
{
"mcpServers": {
"dash0": {
"type": "streamableHttp",
"url": "{{endpoint_mcp}}",
"headers": {
"Authorization": "Bearer {{token}}"
}
}
}
}Capabilities
- Query OpenTelemetry metrics
Ask your AI to fetch and analyze metric data from your Dash0 datasets.
- Search logs and traces
Retrieve and inspect log entries or distributed traces to debug issues.
- Investigate incidents
Access incident details and timelines to understand ongoing or past problems.
- Navigate monitored resources
List and explore the OpenTelemetry-instrumented services and infrastructure Dash0 tracks.
Tags
- development
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.