← Index

io.github.rsdouglas/janee

io.github.rsdouglas/janee·v0.8.5·Other
Quality Score
77
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "janee": {
      "command": "npx",
      "args": [
        "-y",
        "@true-and-useful/janee"
      ],
      "env": {
        "JANEE_CONFIG": "<janee_config>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "janee": {
      "command": "npx",
      "args": [
        "-y",
        "@true-and-useful/janee"
      ],
      "env": {
        "JANEE_CONFIG": "<janee_config>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @true-and-useful/janee
§02  Environment variables
JANEE_CONFIG

Path to secrets configuration file

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other