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
{
"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