docker-claudebox

psyb0t/docker-claudebox
★ 13 stars Shell 🤖 AI/LLM Updated today
Claude Code in Docker. Drop-in OpenAI-compatible API, MCP server, Telegram bot, and CLI — five interfaces, one image. Persistent sessions, file ops, always-on skill injection, and a full dev toolchain (Go, Python, Node, K8s, Terraform, databases) or a minimal image with just the basics.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "docker-claudebox": {
      "command": "npx",
      "args": [
        "-y",
        "psyb0t/docker-claudebox"
      ]
    }
  }
}

README Excerpt

A runtime harness for [Claude Code](https://claude.com/product/claude-code) — the agentic coding CLI from Anthropic — running in a fully isolated Docker container with every dev tool pre-installed, passwordless sudo, docker-in-docker support, and `--dangerously-skip-permissions` enabled by default. claudebox wraps Claude Code with several distinct interfaces:

Topics

aiai-agentapiclaudeclaude-codecode-agentcontainerdevelopment-agentdockerdocker-imagemultimodal-agentprogrammatictelegramweb-apiwrapper