Memberstack CLI

Quick Start

Install the Memberstack CLI and start managing your account from the terminal in under a minute.

View Markdown

Introduction

Memberstack CLI is an open-source command-line tool for managing your Memberstack account from the terminal.

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-cli

Authentication

memberstack auth login

This 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 secure123

FAQ

How is this guide?

Last updated on

On this page