Skip to content
v1.0.1MIT

Query Dash0 telemetry and review Agent0 investigations in your organization.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

dash0streamable-http
{
  "type": "streamable-http",
  "url": "https://api.eu-west-1.aws.dash0.com/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "dash0",
  "version": "1.0.1",
  "description": "Query Dash0 telemetry and review Agent0 investigations in your organization.",
  "author": {
    "name": "opencompany",
    "url": "https://opencompany.com"
  },
  "homepage": "https://www.dash0.com/hub/integrations/int_dash0_mcp/overview",
  "repository": "https://github.com/useopencompany/plugins/tree/main/dash0",
  "license": "MIT",
  "keywords": [
    "dash0",
    "observability",
    "logs",
    "metrics",
    "traces"
  ],
  "extensions": {
    "so.opencompany.capabilities": {
      "query": {
        "label": "Inspect observability data",
        "defaultMode": "ask",
        "tools": [
          "listDatasets",
          "getMetricQuery",
          "getLogRecords",
          "getFailedChecks"
        ]
      },
      "read": {
        "label": "Read Agent0 investigations",
        "defaultMode": "ask",
        "tools": [
          "waitForTask",
          "getAgent0ThreadStatus",
          "getAgent0ThreadContent",
          "listAgent0Threads"
        ]
      },
      "write": {
        "label": "Run paid Agent0 investigations",
        "defaultMode": "off",
        "tools": [
          "runTask"
        ]
      }
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • so.opencompany.capabilities