AXIOM for Zed
io.github.dragoscv/axiom
Transactional write gate for coding agents: plan, canonical manifest, checks, two-phase apply.
client:Zed
transport:stdio
runtime:npm
Install AXIOM in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"axiom": {
"command": "npx",
"args": [
"-y",
"@codai/axiom-mcp"
],
"env": {
"AXIOM_SIGNING_KEY": "<AXIOM_SIGNING_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs