Dash0 Raises $110M Series B at $1B Valuation
Enhance your AI coding assistant by connecting Kiro to your data on Dash0.
Kiro is an agentic IDE that facilitates spec-driven development, helping developers transition from prototypes to production through conversational coding, multi-file operations, and AI-powered code generation. With native support for remote MCP servers, Kiro can access your telemetry data on Dash0 to enhance its coding and problem-solving capabilities.
Kiro can be connected to Dash0 using our remote MCP server, allowing it to get context about your telemetry data, navigate and analyze it, while leveraging the same capabilities that human users have access to in the UI.
The Dash0 MCP server supports two authentication methods:
For more details on token lifecycle, audit logs, and revocation, see the Dash0 MCP Server integration.
Kiro supports MCP configuration at two levels:
.kiro/settings/mcp.json) - project-specific servers~/.kiro/settings/mcp.json) - globally accessible serversWhen both exist, workspace settings take precedence.
Add the following configuration to your preferred location:
Restart Kiro to apply the configuration. On first use, Kiro opens a browser window where you log in to Dash0 and grant consent. You can review and revoke connected applications under User Settings → Applications in Dash0.
Confirm that the Dash0 MCP server has been configured by checking the available tools.
Before configuring the Dash0 MCP server with a Bearer token, create an auth token with the correct permissions:
*) - Recommended for full MCP functionality*:read) - For read-only access to your telemetry dataTokens with limited permissions (e.g., scoped to specific datasets or with only "Ingesting" permissions) will not work with the MCP server. The MCP server requires organization-wide read access to query your telemetry data.
Then add the configuration with the Authorization header:
For more details, see the Kiro MCP configuration documentation.