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
{
"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