Odel
janusmcp

janusmcp

Local
@bayway9GoMITUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@bayway/janusmcpv0.6.0

Run

npx -y @bayway/janusmcp

MCP client config

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