Claude Code
Claude Code is Anthropic’s agentic coding tool for the terminal.
Overview
Section titled “Overview”| Type | CLI |
| Open Source | No |
| Best For | Agentic workflows, MCP |
Key Features
Section titled “Key Features”- Agentic Coding — Reads, writes, executes autonomously
- Multi-file Editing — Understands project structure
- Terminal Commands — Runs build, test, lint
- MCP Support — External tool integration
- CLAUDE.md — Project context files
Installation
Section titled “Installation”curl -fsSL https://claude.ai/install.sh | bashAccess Model
Section titled “Access Model”Claude Code uses Anthropic account access. Availability and plan details change frequently, so treat the vendor docs as the source of truth.
Workflow fit: best when you want a strong hosted terminal agent and are comfortable with Anthropic’s account and policy model.
Privacy
Section titled “Privacy”| Setting | Value |
|---|---|
| Privacy Mode | Enterprise only |
| Training | ON by default (consumer) |
| Retention | 30 days or 5 years |
| Jurisdiction | US |
Getting Started
Section titled “Getting Started”- Install Claude Code
- Authenticate with Claude account
- Create
CLAUDE.mdin your project root - Run
claudein your project directory
CLAUDE.md Example
Section titled “CLAUDE.md Example”# Project Context
## Commands- `npm run dev` - Start dev server- `npm test` - Run tests
## Gotchas- Auth tokens in cookies, not localStorage- Use
/clearto reset context - Create CLAUDE.md for project-specific context
- Use subagents for research: “Use subagents to investigate X”