by drhelius
ColecoVision emulator, debugger and embedded MCP server for macOS, Windows, Linux, BSD and RetroArch.
# Add to your Claude Code skills
git clone https://github.com/drhelius/GearcolecoGuides for using mcp servers skills like Gearcoleco.
Last scanned: 7/28/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-07-28T06:25:59.615Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}Gearcoleco is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by drhelius. ColecoVision emulator, debugger and embedded MCP server for macOS, Windows, Linux, BSD and RetroArch. It has 139 GitHub stars.
Yes. Gearcoleco passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/drhelius/Gearcoleco" and add it to your Claude Code skills directory (see the Installation section above).
Gearcoleco is primarily written in C++. It is open-source under drhelius on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Gearcoleco against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Gearcoleco is a very accurate, cross-platform ColecoVision emulator written in C++ that runs on Windows, macOS, Linux, BSD and RetroArch, with an embedded MCP server for AI debugging and development.
This is an open source project with its ongoing development made possible thanks to the support by these awesome backers. If you find it useful, please consider sponsoring.
Don't hesitate to report bugs or ask for new features by opening an issue.
Notes:
brew trust --tap drhelius/geardomelibsdl32c66f5911e5b42b8ebe113403548eee7 is recommended.F12. It is also recommended to disable spinners for software that don't use them.Backspace by default) or a mapped gamepad shortcut to step backwards through recent gameplay.Top+Bottom and Aspect Ratio Standard (4:3 DAR) in the Video menu.--portable, or create an empty file named portable.ini in the same directory as the application binary. On macOS, place the file next to the .app bundle.Emulator menu. When enabled, opening a ROM while another instance is running will send the ROM to the running instance instead of starting a new one.path_to_rom_file.rom it tries to load path_to_rom_file.sym. You can also load a symbol file using the GUI or the CLI. It supports SDCC/NoICE (.noi), wla-dx and vasm/generic file formats.gearcoleco [options] [rom_file] [symbol_file]
Arguments:
[rom_file] ROM file: accepts ROMs (.col, .cv, .rom, .bin) or ZIP (.zip)
[symbol_file] Optional symbol file for debugging
Options:
-f, --fullscreen Start in fullscreen mode
-w, --windowed Start in windowed mode with menu visible
--mcp-stdio Auto-start MCP server with stdio transport
--mcp-http Auto-start MCP server with HTTP transport
--mcp-router Enable compact MCP tool routing
--mcp-http-address A HTTP bind address (default: 127.0.0.1)
--mcp-http-port N HTTP port for MCP server (default: 7777)
--headless Run without GUI (requires --mcp-stdio or --mcp-http)
--portable Store configuration and user data beside the application
-v, --version Display version information
-h, --help Display this help message
Gearcoleco 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](MCP_R