Development|UtilitiesC++
Gearboy
Embedded MCP server for debugging and tooling in a Game Boy emulator.
N/A rating (0 reviews)0 installs1,111 GitHub stars
emulatordebuggercross-platform
Gearboy is an accurate cross-platform Game Boy / Game Boy Color / Super Game Boy emulator that includes an embedded MCP server. It allows for debugging and tooling across multiple operating systems including Windows, macOS, Linux, and BSD.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"gearboy-1": {
"args": [
"-y",
"@modelcontextprotocol/server-gearboy-1"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.