Skip to content
Gemini CLI

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

ai.dxpert/uns-tools

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

client:Gemini CLI transport:stdio runtime:npm

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

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

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