MCP GameBoy Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server configuration port for SSE mode | 3001 |
| ROM_PATH | No | Path to the GameBoy ROM file (must be an absolute path for many MCP clients) | ./roms/dangan.gb |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| press_upB | Press the UP button on the GameBoy |
| press_downA | Press the DOWN button on the GameBoy |
| press_leftA | Press the LEFT button on the GameBoy |
| press_rightA | Press the RIGHT button on the GameBoy |
| press_aB | Press the A button on the GameBoy |
| press_bB | Press the B button on the GameBoy |
| press_startA | Press the START button on the GameBoy |
| press_selectB | Press the SELECT button on the GameBoy |
| wait_framesC | Wait for a specified number of frames |
| load_romC | Load a GameBoy ROM file |
| get_screenA | Get the current GameBoy screen (advances one frame) |
| is_rom_loadedA | Check if a ROM is currently loaded in the emulator |
| list_romsA | List all available GameBoy ROM files |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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