Skip to content
Cursor

janee for Cursor

io.github.rsdouglas/janee

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

client:Cursor transport:stdio runtime:npm

Install janee in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

janee in other clients