Back to Home
sethdf icon

codebootstrap

by sethdf

Overview

A container-first development environment providing AI coding tools (Claude, Codex, Gemini) and pre-configured Model Context Protocol (MCP) servers for AI-assisted development, ensuring a consistent environment across local machines and cloud services like GitHub Codespaces.

Installation

Run Command
devcontainer up --workspace-folder ~/codebootstrap

Environment Variables

  • GITHUB_TOKEN

Security Notes

AI tools (`claude`, `codex`, `gemini`) are configured to run in 'YOLO mode' (`--dangerously-skip-permissions`, `--dangerously-bypass-approvals-and-sandbox`, `--yolo`) by default. This grants them significant autonomy without explicit user approval for actions such as file system modifications, Git operations, and API calls. While guidelines are provided to the AI within project context files (`context-append.md`) to prevent destructive operations, the bypass of explicit human confirmation poses a significant risk for unintended or malicious actions if the AI hallucinates or is prompted incorrectly. The `host-setup.sh` script is designed for `curl | bash` execution, which introduces a supply chain security risk by running unreviewed remote code. The `filesystem`, `git`, and `github` MCP servers grant broad access to the workspace filesystem and GitHub API. `GITHUB_TOKEN` is exposed to the `github` MCP server for API access.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassHigh
Avg Tokens500
Stars0
Forks0
Last Update2025-12-02

Tags

AI DevelopmentDev ContainerRemote DevelopmentCoding AgentsGit Workflow