Anthropic’s official command-line AI coding tool. Connect it to ePhone AI via the Anthropic-compatible protocol.
Claude Code is Anthropic’s official command-line AI coding tool. It lets you interact with your codebase using natural language — generating code, refactoring, debugging, and creating commits.
Define project rules with CLAUDE.mdCreate a CLAUDE.md file in your project root — Claude Code will automatically read and follow its instructions:
Copy
# Project Rules- Use TypeScript, no `any` types- Follow Conventional Commits for commit messages- Run npm test after every change
Extend with MCP ServersClaude Code supports MCP (Model Context Protocol) to connect external tools like databases, file systems, and browsers, significantly extending its Agent capabilities.
Claude Code’s Agent mode calls the model frequently. Token usage is much higher than regular chat — we recommend using a Tier 2 account to avoid hitting rate limits.