> ## Documentation Index
> Fetch the complete documentation index at: https://docs.memorybase.app/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI Overview

> Install and use the MemoryBase command-line tool to access your memory from the terminal.

The MemoryBase CLI lets you search your conversation history, browse projects, and view your timeline -- all from the terminal. It's also the bridge that connects MemoryBase to coding tools like Claude Code and Codex.

## Quick Reference

| Command                                            | Description                                       |
| -------------------------------------------------- | ------------------------------------------------- |
| [`memorybase search`](/cli/search)                 | Search across all your conversations and projects |
| [`memorybase status`](/cli/status)                 | Check your memory indexing status                 |
| [`memorybase projects list`](/cli/projects)        | List all your projects                            |
| [`memorybase project <id>`](/cli/project)          | View a project or its context pack                |
| [`memorybase timeline list`](/cli/timeline)        | Browse your activity timeline                     |
| [`memorybase timeline show <date>`](/cli/timeline) | View a specific day's timeline                    |
| [`memorybase mcp`](/cli/mcp)                       | Start the MCP server (used by coding tools)       |
| [`memorybase login`](/cli/login)                   | Sign in via browser                               |
| [`memorybase logout`](/cli/logout)                 | Clear stored credentials                          |
| [`memorybase whoami`](/cli/whoami)                 | Show current user                                 |
