Quick Start
Install the Memberstack CLI and start managing your account from the terminal in under a minute.
Introduction
Memberstack CLI is an open-source command-line tool for managing your Memberstack account from the terminal.
What is Memberstack CLI
Learn why the CLI exists, what problems it solves, how it works under the hood, and what you can do with it.
Agent Skills
Install skills so your AI agent knows how to use every CLI command. Works with Codex, Claude Code, and more.
Command Reference
Every command at a glance with descriptions and usage patterns, organized by resource type.
Global Options
Flags for environment targeting, output formatting, pagination, and bulk previews.
Why not use MCP servers?
A CLI is lighter, cheaper on tokens, and easier to set up than MCP servers for AI agents. Learn more.
Installation
npm install -g memberstack-cliAuthentication
memberstack auth loginThis command allows you to login to your Memberstack account through the Memberstack CLI. See the Authentication page for full details.
Try it out
memberstack whoami
memberstack members list --all
memberstack members create --email [email protected] --password secure123FAQ
How is this guide?
Last updated on