Set up your workspace
Use your invite code to create and set up a workspace. If you don't have an invite, join the waitlist.
For workspace owners, operators, and developers. Use the Mere command-line interface (CLI) to check app state and prepare context for AI agents.
You need Node.js 24 or 25 and npm. You don't need to install Mere CLI globally.
To start setup, run this command in an interactive terminal:
npx --yes @merekit/cli@latest onboard --interactiveWhen prompted, enter the value that matches your task:
For installation options, see Install the CLI. For setup without interactive prompts, see First run.
After workspace checks finish, the CLI writes reports to ~/.config/mere/agents/default/ by default.
Open the ONBOARDING.md file for setup status and recommended commands. For automation, use the onboarding-report.json file. Before running app commands, resolve any remaining setup requirements.
Installing the CLI doesn't grant workspace access. Each Mere app enforces its own authentication, workspace access, and confirmation requirements.
Before changing data, review the app's command options and confirmation requirements.
To connect an AI agent, use the Model Context Protocol (MCP) server. It provides read-only tools by default.