Effective date: 28 June 2026
JanusMCP ("the Software") is a free, open-source command-line tool published under the MIT license. The source code is available at github.com/bayway/janusmcp. The Software is a local broker for the Model Context Protocol (MCP): it sits between an LLM client on your machine and the MCP servers you choose to connect to.
Nothing. JanusMCP does not operate any servers, does not phone home, and contains no analytics, tracking, advertising, or telemetry. The developers of JanusMCP receive no data about you or your usage.
To do its job, JanusMCP processes the following locally, on your computer only:
config.json on your machine.Because everything is local, JanusMCP retains data only on your own device, for as
long as you choose to keep it. Credentials stay in your keychain until you remove them (for
example janusmcp vault delete <name> or via your OS keychain app); deleting
your config.json or uninstalling the Software removes the rest. The developers
retain nothing, because they receive nothing.
JanusMCP only makes the network connections required to perform the actions you request:
JanusMCP does not route any of this traffic through servers controlled by its developers.
When run in HTTP mode, the Software binds to your local loopback interface
(127.0.0.1) by default.
JanusMCP is designed so that secrets are not exposed to the language model. Tokens are resolved at connection time and used only to authenticate to upstream services; they do not pass through the chat/model context.
The services you connect to (and the OAuth providers you authenticate with) are operated by third parties and governed by their own privacy policies. JanusMCP is not responsible for how those services handle your data.
JanusMCP is a developer tool and is not directed to children under 13.
If this policy changes, the updated version will be published at this URL with a new effective date, and tracked in the project's public git history.
Questions or privacy concerns: open an issue or a private security advisory at github.com/bayway/janusmcp.