Lotor for Zed
io.github.githubscum/lotor
A local receipt and approval gate for AI agent sessions. The agent can act, but it cannot sign.
client:Zed
transport:stdio
runtime:npm
Install Lotor in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"lotor": {
"command": "npx",
"args": [
"-y",
"lotor-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs