HomeDevelopment › janee

janee

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

TypeScript Local macOSWindowsLinux
★ 30 stars Last pushed 2026-03-17 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.8.5)

npx -y @true-and-useful/janee@0.8.5

Or add to your MCP client config:

{
  "mcpServers": {
    "janee": {
      "command": "npx",
      "args": [
        "-y",
        "@true-and-useful/janee@0.8.5"
      ],
      "env": {
        "JANEE_CONFIG": "<YOUR_VALUE>"
      }
    }
  }
}
  • JANEE_CONFIG — Path to secrets configuration file

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry