argot for Zed
io.github.get-tmonier/argot
Read-only context and complete checks against patterns learned from git history. Local; no LLM.
client:Zed
transport:stdio
runtime:npm
Install argot in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"argot": {
"command": "npx",
"args": [
"-y",
"@tmonier/argot"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs