ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
npx ecc-install --profile fullThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
npx ecc-install --profile fullFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
npx n8nAn open-source AI agent that brings the power of Gemini directly into your terminal.
npx @google/gemini-cliSupports Codex, Cursor, Mcp
Shows active maintenance signals
Carries strong trust indicators from repository metadata
1171 GitHub stars recorded
Notes:
brew trust --tap drhelius/geardomelibsdl3sudo dnf install @development-tools gcc-c++ SDL3-devel
cd platforms/linux
make
sudo pacman -S base-devel sdl3
cd platforms/linux
make
su root -c "pkg install -y git gmake pkgconf sdl3"
cd platforms/bsd
USE_CLANG=1 gmake
su root -c "pkgin install gmake pkgconf SDL3"
cd platforms/bsd
gmake
doas pkg_add gmake sdl3
cd platforms/bsd
LDFLAGS=-L/usr/X11R6/lib/ USE_CLANG=1 gmake
sudo apt install build-essential
cd platforms/libretro
make
sudo dnf install @development-tools gcc-c++
cd platforms/libretro
make
Gearboy includes a Model Context Protocol (MCP) server that enables AI-assisted debugging through AI agents like GitHub Copilot, Claude, Codex and similar. The server provides tools for execution control, memory inspection, breakpoints, disassembly, hardware status, and more. STDIO and HTTP transports are supported, with STDIO preferred.
For complete setup instructions and tool documentation, see MCP_README.md.
Gearboy provides Agent Skills that teach AI assistants how to effectively use the emulator for specific tasks:
Install with npx skills add drhelius/gearboy. See the skills README for details.