Strap CLI
Strap now has a first-party terminal client on npm. It uses the same browser OAuth flow and mirrors the live MCP server, so every current and future Strap tool is available from the terminal without a separate implementation.
- Install globally with npm install --global @bvdm/strap or run it once with npx @bvdm/strap.
- Interactive and one-shot commands for tools, resources, and prompts.
- JSON output for scripts and coding agents, with diagnostics kept on stderr.
- Token-bound per-agent attribution keeps CLI status and last-seen times separate from MCP connections.
- Secure per-server credential storage, automatic token refresh, and OAuth revocation on logout.