🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@bayway/janusmcp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bayway/janusmcp

Multi-account tool broker for AI agents — use tools on demand from the CLI or connect through MCP, with credentials kept local.

latest
Source
npmnpm
Version
0.5.1
Version published
Maintainers
1
Created
Source

janusmcp

Multi-account tool broker for AI agents — CLI and MCP. Add credentials once, switch identity without reconnecting, and invoke tools on demand without loading every definition upfront.

npx @bayway/janusmcp serve            # run it as an MCP server
npm i -g @bayway/janusmcp             # or install globally
janusmcp version

Agents (or you) can also skip the MCP session entirely and call tools from the shell:

janusmcp tools                                   # compact tool list, active account
janusmcp schema list_tables                      # one tool's full schema, on demand
janusmcp call list_tables --args '{"schemas":["public"]}'
janusmcp call ping --account client_b            # cross-account without switching
janusmcp call ping --json --timeout 30s           # stable agent-readable output
janusmcp daemon start                             # reuse upstream sessions

On install this package downloads the prebuilt native binary matching your platform from the GitHub release.

Full docs: https://github.com/bayway/janusmcp

Keywords

mcp

FAQs

Package last updated on 01 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts