ANTHRACODE

reference

The command-line.

Every Anthracode subcommand. Run anthracode --help in your terminal for the canonical list.

Sessions

anthracode [project]

Start an interactive TUI session in the current (or named) project.

anthracode attach <url>

Attach to an existing project share URL or remote project directory.

anthracode run <prompt>

One-shot mode. Runs a prompt to completion and prints the result. Useful in scripts.

Memory

anthracode memory ls

List memory entries grouped by section (user, project, shared, scratch).

anthracode memory show <id>

Print a memory entry to stdout.

anthracode memory rm <id>

Remove a memory entry.

anthracode memory edit <id>

Open the entry in $EDITOR.

Tasks

anthracode tasks ls

List tasks in the current project. Status filter via --status.

anthracode tasks resume <id>

Resume an in-progress task.

anthracode tasks rm <id>

Delete a task. Completed tasks auto-trim.

MCP

anthracode mcp ls

List configured MCP servers.

anthracode mcp add <name> <url-or-cmd>

Register a Model Context Protocol server. See the MCP guide.

anthracode mcp rm <name>

Remove a configured MCP server.

Models & auth

anthracode auth login

Configure provider API keys interactively.

anthracode models

List available models for your configured providers.

Misc

anthracode --version

Print the 4-part version.

anthracode --help

Print the full command list.

Environment variables

~/.env
ANTHRACODE_HOME=~/.anthracode # config and global memory ANTHRACODE_LOG_LEVEL=info # debug | info | warn | error ANTHRACODE_NO_COLOR=1 # disable ANSI colour OPENCODE_VERSION=2.0.0.0 # override version (CI builds)

see something off? edit on github

CLI · Anthracode