plcsense for Zed
com.plcsense/mcp
Read-only TwinCAT ST intelligence: resolve symbols, library APIs, docs, validate PLC code.
client:Zed
transport:stdio
runtime:npm
Install plcsense in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@zeugwerk/plcsense"
],
"env": {
"PLCSENSE_LICENSE_KEY": "<PLCSENSE_LICENSE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs