Skip to content

scttfrdmn/claude-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude CLI

A command-line interface chat application using Claude 3.7 on AWS Bedrock.

Prerequisites

  • Node.js (v14 or later)
  • AWS account with access to Bedrock
  • AWS credentials configured locally

Installation

# Clone the repository
git clone <repository-url>
cd claude-cli

# Install dependencies
npm install

# Make the CLI executable
npm link

Usage

# Start a chat session with default settings
claude-cli chat

# Specify AWS region and model
claude-cli chat --region us-west-2 --model anthropic.claude-3-7-sonnet-20250301-v1:0

Commands

  • chat: Start a chat session with Claude 3.7
    • Options:
      • -r, --region <region>: AWS region (default: "us-east-1")
      • -m, --model <model>: Claude model to use (default: "anthropic.claude-3-7-sonnet-20250301-v1:0")

Configuration

This application uses the AWS SDK, which will automatically use your AWS credentials. Make sure you have the AWS CLI configured or appropriate environment variables set.

aws configure

License

MIT

About

CLI chat application using Claude 3.7 on AWS Bedrock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors