Claude Code is Anthropic's terminal-based coding agent. Unlike editor plugins or AI-native IDEs, it runs directly in your terminal alongside your existing tools — no new editor to learn, no GUI requir
Claude Code is Anthropic's terminal-based coding agent. Unlike editor plugins or AI-native IDEs, it runs directly in your terminal — no new editor to learn, no GUI required.
Launch Claude Code in a project directory. It reads your repository structure and source code, then you give it a task in natural language. It:
Claude Code asks for confirmation before consequential actions. You configure how much autonomy it has via permission settings.
/cost — shows token usage and estimated dollar cost for the session/clear — resets conversation context/compact — compresses history to reduce token usage/init — generates a CLAUDE.md file with project-specific instructionsPlace a CLAUDE.md in your project root. Claude Code reads it at the start of every session — tech stack, coding conventions, testing approach, project-specific instructions. Eliminates re-explaining your setup every session.
Claude Code supports the Model Context Protocol (MCP), Anthropic's open standard for connecting AI to external tools. Through MCP, Claude Code can interact with databases, APIs, documentation systems, and custom internal tools.
Per-token via your Anthropic API key — no flat fee. A typical session on a medium-complexity task costs $0.50–$3.00. Monitor with /cost. Heavy daily use typically runs $50–$150/month.
CLAUDE.mdHave a follow-up question about this topic?
Ask AI