Account Types:
Type / to get an autocomplete list of commands
/model [sonnet|opus] - leave model out to check current one@ prefix/compact - Manually compact in advance so you don’t lose context in the middle of something you need it for/clear to fully clear context if done tasksCLAUDE.md
# command: create a memory and add it to the file! interpolates a bash command/init/resume - pick up a conversation you left off in a previous run, can choose from a listHow to set up an MCP in Claude Code CLI. Per user:
claude mcp add playwright npx @playwright/mcp@latest -s user
Writes to ~/.claude.json, project-specific:
json
{
"projects": {
"/Users/josh.justice2/apps/...": {
"mcpServers": {
"playwright": {
"type": "stdio",
"command": "npx",
"args": [
"@playwright/mcp@latest"
],
"env": {}
}
}
}
}
}
Verify in a given Claude session with /mcp