Skip to content

106-/claude-code-discord-agent

Repository files navigation

Claude Code Discord Agent

A Discord bot that integrates with Claude Code SDK to provide AI-powered responses to user mentions.

Example

スクリーンショット 2025-06-17 14 38 55 スクリーンショット 2025-06-17 14 40 51

Setup

  1. Copy the example configuration:

    cp config.example.yaml config.yaml
  2. Edit config.yaml and set your Discord bot token

  3. Install dependencies:

    make install

Usage

Local Development

make run

Docker

# Build and run with Docker
make build
make docker-run

# Or use Docker Compose
make docker-compose-up

Configuration

The bot is configured via config.yaml. Key settings include:

  • Discord bot token
  • System prompt and personality
  • Allowed tools
  • Logging configuration

Development

make lint    # Run linting
make format  # Format code
make test    # Run tests

About

A Discord bot that integrates with Claude Code SDK to provide AI-powered responses to user mentions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors