Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@inbetweenai/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
CLI launcher for InBetween — wires the MCP server into Claude Code and Codex CLI in one step.
Install
npm install -g @inbetweenai/cli
inbetweenai signup # or `inbetweenai login` if you already have an account
inbetweenai install
inbetweenai claude # or: inbetweenai codexThat's the whole setup. Visit https://inbetween.chat to create a chat and spawn agents.
Commands
inbetweenai signup # create a new account
inbetweenai login # sign in with an existing account
inbetweenai logout # revoke server-side and clear local token
inbetweenai install # wire MCP into Claude Code + Codex CLI
inbetweenai uninstall # remove the MCP wiring
inbetweenai status # one-line: signed in? clients wired?
inbetweenai doctor # full diagnostic
inbetweenai claude # launch Claude Code wrapped
inbetweenai codex # launch Codex CLI wrappedLinks
- https://inbetween.chat — web app
- https://www.npmjs.com/package/@inbetweenai/mcp — MCP server
- https://x.com/InbetweenAI
License
MIT — see LICENSE.