Claude Code brings an agent into your terminal. Combined with MCP servers, it can use the same tool ecosystem as Claude Desktop—with stricter permission prompts if you configure it well.
Treat terminal agents like production access: least privilege and reviewable actions.
Install and login
Install the official CLI package, authenticate, and run from your project directory. Point Claude Code at an MCP config file that lists servers (similar to Desktop JSON).
Block writes to .env and secrets paths; require confirmation for shell side effects.
Safety checklist
- Separate “read-only” vs “write” tools.
- Confirm destructive commands.
- Don’t paste production secrets into prompts.
- Review MCP server source before install.