Dash0
公式Navigate your OpenTelemetry resources, investigate incidents and query metrics, logs and traces on Dash0.
Dash0 MCP server
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.
Usage
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:
-
Log in to the Dash0 app and open your organization settings.
-
Click on
Endpoints>MCPand copy the endpoint URL for your region. -
Click on
Auth Tokensand create or reuse an existing token withAll permissionson the Dataset(s) that you want to work with. -
Add the following configuration to your AI assistant or MCP client (the configuration schema may differ depending on the implementation):
{ "mcpServers": { "dash0": { "type": "streamableHttp", "url": "{{endpoint_mcp}}", "headers": { "Authorization": "Bearer {{token}}" } } } }For clients that don't support remote MCP servers or that haven't implemented the Streamable HTTP transport yet, you can use a configuration like the following instead:
{ "mcpServers": { "dash0": { "command": "npx", "args": [ "-y", "mcp-remote", "{{endpoint_mcp}}", "--header", "Authorization: Bearer ${DASH0_AUTH_TOKEN}" ], "env": { "DASH0_AUTH_TOKEN": "{{token}}" } } } }
関連サーバー
Alpha Vantage MCP Server
スポンサーAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Zyntra - Temp e-mails MCP
MCP server for e-mail testing: create disposable inboxes, wait for delivery, and extract e-mail content or links - all from your AI agent or test automation workflow.
Proxyman MCP
Proxyman MCP allows AI to inspect HTTP traffic, create debugging rules, and control Proxyman - all through natural language conversations.
MCP Playground
A demonstration MCP server implementation in Go featuring real-time bidirectional file communication.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.
Atlassian Rovo MCP Server (Streamin HTTP)
https://mcp.atlassian.com/v1/mcp
Streamable HTTP Server Example
An example MCP server demonstrating streamable HTTP responses using Node.js.
PromptThrift MCP
Smart token compression for LLM apps. Save 70-90% on API costs with Gemma 4 local compression, multi-model cost tracking, and intelligent model routing.
SVGR
A MCP server that exposes SVGR functionality to convert SVG content into React components
Test MCP Server
A sample MCP server implemented in Node.js for development and testing purposes.
Symphony of One
An MCP server for orchestrating multiple Claude instances to collaborate in a shared workspace with real-time communication.