Security
Trust: 41/100 (Fair)io.github.rsdouglas/janee Guide
Secure secrets proxy for AI agents — manages API keys so agents never see raw credentials.
22 starsby rsdouglas
Quick Start
Install
npx @true-and-useful/janeeClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-rsdouglas-janee": {
"command": "npx",
"args": [
"@true-and-useful/janee"
]
}
}
}