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}}"
}
}
}
}
A Model Context Protocol (MCP) server for square
Converts LaTeX mathematical expressions to MathML format using MathJax-node.
Performs data enrichment on observables using third-party services via the security-cli Python package.
Provides remote machine control capabilities, eliminating SSH overhead for token-efficient system operations.
Enable your code gen agents to create & run 0-config end-to-end tests against new code changes in remote browsers via the Debugg AI testing platform.
Obtains latest dependency details for Clojure libraries.
Run Python in a code sandbox.
A starter project for building Model Context Protocol (MCP) servers with the mcp-framework.
A template for deploying a remote, auth-less MCP server on Cloudflare Workers.
Captures and manages stdout logs from multiple processes via a named pipe system for real-time debugging and analysis.