Dash0
chính thứcNavigate 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}}" } } } }
Máy chủ liên quan
Alpha Vantage MCP Server
nhà tài trợAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Context
Local-first documentation for AI agents. Indexes docs from any git repo into SQLite for offline, instant, private access to up-to-date library documentation.
OpenAPI to MCP Server
A tool to create MCP servers from OpenAPI/Swagger specifications, allowing AI assistants to interact with your APIs.
Jupyter Earth MCP Server
Provides tools for geospatial analysis within Jupyter notebooks.
Percepta MCP Server
An AI-driven platform for frontend semantic cognition and automation.
MCP Hangar
Kubernetes-native registry for managing multiple MCP servers with lazy loading, health monitoring, and RBAC
VULK MCP Server
Build, edit, and deploy full-stack web applications from any AI assistant. 9 MCP tools with real AI generation via SSE streaming.
Root Signals
Equip AI agents with evaluation and self-improvement capabilities with Root Signals.
BAMM
Interact with the Borrow Automated Market Maker (BAMM) protocol on the Fraxtal blockchain.
MCP Server Template
A template for creating MCP servers using Python.
Stackzero Labs MCP
A server for generating Stackzero Labs UI components.