New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@bayway/janusmcp

Package Overview
Dependencies
Maintainers
1
Versions
12
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.

Source
npmnpm
Version
0.4.0
Version published
Weekly downloads
98
-4.85%
Maintainers
1
Weekly downloads
 
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

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

Related posts