agentvault for Zed
io.github.bch1212/agentvault
Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.
client:Zed
transport:stdio
runtime:npm
Install agentvault in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentvault": {
"command": "npx",
"args": [
"-y",
"agentvault-mcp"
],
"env": {
"AGENTVAULT_API_URL": "<AGENTVAULT_API_URL>",
"AGENTVAULT_AGENT_KEY": "<AGENTVAULT_AGENT_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs