A simple development container for Claude Code that enables working with Claude AI directly in a dev container.
Open this folder in VS Code/Cursor and select "Reopen in Container".
On first container start, run:
npm run claude:initFor daily use, run:
npm run claudeThe setup.sh script:
- Creates a
package.jsonwith necessary npm scripts - Checks Claude Code installation
- Automatically loads
.envfile (if present) - Verifies if an API key is configured
Create a .env file in the root directory:
ANTHROPIC_API_KEY=your_api_key_herenpm run claude:init- Initial setup of Claude Codenpm run claude- Starts Claude Code for daily use
After starting npm run claude, you can:
- Interact with Claude via chat
- Generate and edit code
- Analyze and improve files
- Ask questions about your code
- Node.js (included in container)
@anthropic-ai/claude-code(automatically installed)- Anthropic API Key (required)