PubLedge for Zed
io.github.snapsynapse/publedge
Open recordkeeping protocol for JIAs, RMAs, no-action letters, and analogous instruments.
client:Zed
transport:stdio
runtime:npm
Install PubLedge in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"publedge": {
"command": "npx",
"args": [
"-y",
"publedge"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs