Navigate your OpenTelemetry resources, investigate incidents and query metrics, logs and traces on Dash0.
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:
Log in to the Dash0 app and open your organization settings.
Click on Endpoints
> MCP
and copy the endpoint URL for your region.
Click on Auth Tokens
and create or reuse an existing token with All permissions
on 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}}"
}
}
}
}
Provides real-time crypto and Web3 intelligence using the Hive Intelligence API.
A scientific computing server for symbolic math, data analysis, and visualization using popular Python libraries like NumPy, SciPy, and Pandas.
Generates AI agent tools from Postman collections and requests using the Postman API.
A reasoning engine with multiple strategies, including Beam Search and Monte Carlo Tree Search.
A secure command-line interface server for the Model Context Protocol (MCP) that allows AI models to interact with a user's terminal.
Perform accessibility audits on webpages using the axe-core engine to identify and help fix a11y issues.
Enable AI agents to interact with the Atla API for state-of-the-art LLMJ evaluation.
iOS Swift Package Manager server written in Swift
An MCP server for interacting with Web3 and EVM-compatible chains.
Control CAD software with natural language instructions to perform drawing operations.