Back to Browse

Janus MCP Server

by Bayway
Developer ToolsLow Risk10.0Local
Free

Multi-account tool broker for AI agents — CLI and MCP.

About

Multi-account tool broker for AI agents — CLI and MCP.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (7 strong, 7 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

13 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-bayway-janusmcp": {
      "args": [
        "-y",
        "@bayway/janusmcp"
      ],
      "command": "npx"
    }
  }
}

Getting Started

Once installed, try these example prompts and explore these capabilities:

  • 1"List my accounts and tell me which one is active" (uses `janus_list_accounts` / `janus_whoami`)
  • 2"Switch to client_b and list its Supabase tables" (uses `janus_use_account`, then the upstream tool)
  • 3"Without switching, run list_tables on client_a" (uses `janus_with_account`)
  • 4Tool: janus_list_accounts — List all configured accounts/profiles and the active one.
  • 5Tool: janus_use_account — Set the active account (per-call, per-session, or global depending on binding mode).
  • 6Tool: janus_whoami — Show the currently active account/profile.
  • 7Tool: janus_use_profile — Activate a profile (a client's accounts across several services at once).
  • 8Tool: janus_with_account — Run a single tool call on another account without changing the active one.
  • 9Tool: janus_login — Complete a browser OAuth login for an account.

Reviews

No reviews yet

Be the first to review this server!