janee for Zed
io.github.rsdouglas/janee
Secure secrets proxy for AI agents — manages API keys so agents never see raw credentials.
client:Zed
transport:stdio
runtime:npm
Install janee in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"janee": {
"command": "npx",
"args": [
"-y",
"@true-and-useful/janee"
],
"env": {
"JANEE_CONFIG": "<JANEE_CONFIG>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs