MCP GameBoy Server

load_rom

Load a GameBoy ROM file into the MCP GameBoy Server by specifying the file path, enabling interaction with the emulator for testing or gameplay.

Instructions

Load a GameBoy ROM file

Input Schema

NameRequiredDescriptionDefault
romPathYesPath to the ROM file

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "romPath": { "description": "Path to the ROM file", "type": "string" } }, "required": [ "romPath" ], "type": "object" }

You must be authenticated.

Other Tools from MCP GameBoy Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mario-andreschak/mcp-gameboy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server