systemdox for Zed
io.github.puglieseweb/systemdox
Your architecture in your agents' context: checks, specs, ADRs and docs over MCP, at write time.
client:Zed
transport:stdio
runtime:npm
Install systemdox in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"systemdox": {
"command": "npx",
"args": [
"-y",
"@systemdox/mcp-server"
],
"env": {
"SYSTEMDOX_API_KEY": "<SYSTEMDOX_API_KEY>",
"SYSTEMDOX_API_URL": "<SYSTEMDOX_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs