Skip to content
Claude Desktop

janee for Claude Desktop

io.github.rsdouglas/janee

Secure secrets proxy for AI agents — manages API keys so agents never see raw credentials.

client:Claude Desktop transport:stdio runtime:npm

Install janee in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "janee": {
      "command": "npx",
      "args": [
        "-y",
        "@true-and-useful/janee"
      ],
      "env": {
        "JANEE_CONFIG": "<JANEE_CONFIG>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

janee in other clients