Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

janee in other clients