Back to Home
devdash-project icon

devdash-mcp

Verified Safe

by devdash-project

Overview

Provides tools for DevDash development and debugging, interacting with QML Gauges Explorer, DevDash runtime telemetry and logs, and system-level screenshot capabilities.

Installation

Run Command
devdash-mcp

Environment Variables

  • DEVDASH_EXPLORER_WS_PORT
  • DEVDASH_EXPLORER_WS_HOST
  • DEVDASH_DEVTOOLS_PORT
  • DEVDASH_DEVTOOLS_HOST
  • DEVDASH_QML_GAUGES_PATH

Security Notes

The server uses `subprocess` calls for building and launching the QML Gauges Explorer (`cmake`), as well as for screenshot capture (`wmctrl`, `imagemagick`, `scrot`). A critical security consideration is the `DEVDASH_QML_GAUGES_PATH` environment variable. If this path is maliciously configured by an administrator, the `qml_explorer_build` and `qml_explorer_launch` tools could execute arbitrary commands. However, direct user input to tools is generally sanitized (e.g., JSON encoding for WebSocket requests) or derived from trusted system commands (like X11 window IDs), reducing direct injection risks from typical tool arguments. The risk is primarily from a compromised or maliciously configured local environment.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2025-12-14

Tags

DevToolsDebuggingQMLDashboardTelemetry