Claude Code Integration
Use Claude Code with the Atmos MCP server to access your infrastructure directly from your development environment. Create specialized atmos-expert subagents that provide deep infrastructure expertise while you code.
Overview
Claude Code subagents are specialized AI assistants that enhance your development workflow with domain-specific expertise. When you create an atmos-expert subagent, it can use the Atmos MCP server to access your infrastructure directly from your IDE.
Architecture
┌─────────────────────────────────────────────────┐
│ Claude Code │
│ │
│ You: @atmos-expert "List my stacks" │
│ ↓ │
│ ┌──────────────────┐ │
│ │ atmos-expert │ Specialized Context │
│ │ Subagent │ Isolated Conversation │
│ └────────┬─────────┘ │
│ │ │
└───────────┼─────────────────────────────────────┘
│ MCP Protocol
↓
┌────────────────────┐
│ Atmos MCP Server │ Universal Interface
│ • describe_stacks │
│ • list_components │
│ • validate_stack │
└────────┬───────────┘
│
↓
┌────────────────────┐
│ Atmos CLI │ Your Infrastructure
└────────────────────┘