Game Boy / Game Boy Color / Super Game Boy emulator, debugger and embedded MCP server for macOS, Windows, Linux, BSD and RetroArch.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gearboy": {
"command": "npx",
"args": [
"-y",
"drhelius/Gearboy"
]
}
}
}
Run in terminal:
claude mcp add gearboy npx -y drhelius/Gearboy
Add to .cursor/mcp.json:
{
"mcpServers": {
"gearboy": {
"command": "npx",
"args": [
"-y",
"drhelius/Gearboy"
]
}
}
}