Janee MCP Server

Secrets management for AI agents via MCP AI agents need API access to be useful. The current approach is to give them your keys and hope they behave. It runs locally over stdio via the published package.

People connecting security tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-17 · ★ 30 · #91 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Janee

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add rsdouglas-janee -- npx -y @true-and-useful/janee

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "rsdouglas-janee": {
      "command": "npx",
      "args": [
        "-y",
        "@true-and-useful/janee"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @true-and-useful/janee - the @true-and-useful scope differs from the repo owner (rsdouglas); confirm it's the project's official package

registry namespace io.github.rsdouglas is GitHub-verified and matches the repo owner

03 · What Janee can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.7.0 · 2026-02-10

Added · JSON Output for Write Commands - Add --json flag to all write commands (#43) · All write commands now support structured JSON output for programmatic integrations: · Commands · bash · Add service · janee add…

v0.6.0 · 2026-02-10

Auth Type Renamed: hmac → hmac-mexc · The generic hmac auth type has been renamed to hmac-mexc for clarity and explicitness. · Every exchange has its own HMAC signing scheme. Generic "hmac" was misleading and…

v0.5.1 · 2026-02-10

Fixed · Service Directory - Remove Binance from directory (incompatible auth scheme) · - Binance was incorrectly listed with hmac auth type but requires different signing than MEXC · - Generic hmac type is for…

04 · Who maintains Janee

janee is maintained by rsdouglas. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
security - ranked #91 of 182 actively-maintained security servers as of 2026-08-25.
registry
io.github.rsdouglas/janee (active, first published 2026-02-13 · 2 versions)
packages
npm:@true-and-useful/janee

06 · Janee FAQ

What is Janee?

Secrets management for AI agents via MCP AI agents need API access to be useful. The current approach is to give them your keys and hope they behave. It runs locally over stdio via the published package.

Is Janee still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-17. We re-verify nightly.

How do I install Janee?

Run `npx -y @true-and-useful/janee`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Janee run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Janee

More security MCP servers · Audit · Code Sentinel · Sapiom MCP Server · SAS Viya

More TypeScript MCP servers · Rootstock (RSK) MCP Server · Guardian · Runapi MCP · Browser Agent · Polymarket Toolkit · see all