Skip to content
Zed

dxpert.ai — free UNS tools (no API key) for Zed

ai.dxpert/uns-tools

Free Sparkplug B topic linting, UNS naming checks and AI-readiness screening. No API key.

client:Zed transport:stdio runtime:npm

Install dxpert.ai — free UNS tools (no API key) in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "uns-tools": {
      "command": "npx",
      "args": [
        "-y",
        "@dxpert/uns-tools"
      ],
      "env": {
        "DXPERT_API_BASE": "<DXPERT_API_BASE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

dxpert.ai — free UNS tools (no API key) in other clients