Skip to main content
Glama
314,086 tools. Last updated 2026-07-28 11:17

"Commodore" matching MCP tools:

  • List active Commodore PET emulator sessions with details like name, model, PID, and monitor port for debugging and management.
    MIT
  • Wait for specified text to appear on the Commodore PET screen. Timeout returns screen contents for inspection.
    MIT
  • Simulate holding a key down for a specific number of game ticks on Commodore PET BASIC 4 models by re-poking $97 at each frame anchor, stopping execution at the anchor afterwards.
    MIT
  • Send typed text to the Commodore PET keyboard buffer. This tool buffers keystrokes for programs that read from the buffer instead of live key states.
    MIT

Matching MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Enables AI assistants to control Commodore 64 Ultimate hardware via REST API, supporting program execution, memory operations, disk management, audio playback, and device configuration through natural language commands.
    Last updated
    19
    MIT
  • F
    license
    B
    quality
    D
    maintenance
    Enables control and interaction with Commodore 64 Ultimate Computer devices through their REST API, allowing users to play SID/MOD files, load and run programs, manage disk images, configure settings, and control the C64 machine through natural language.
    Last updated
    49
    18
  • Capture a PNG screenshot of the Commodore PET screen for pixel-level visual inspection. Use when precise graphical appearance is required.
    MIT
  • Execute a specified number of instructions in the Commodore PET emulator, then stop. Step through code to debug or observe behavior.
    MIT
  • Build and tokenize .bas, .s, or .prg files, then load and run them on a Commodore PET emulator, automatically registering assembly symbols.
    MIT
  • Type BASIC program text into the Commodore PET emulator via the keyboard, with an option to run the program after typing.
    MIT
  • Read CPU registers of Commodore PET emulator, with program counter annotated by nearest symbol when a label file is loaded.
    MIT
  • Block execution until a memory byte matches a target value, enabling synchronization with Commodore PET hardware or software states.
    MIT
  • Disassemble live Commodore PET memory using ROM and session symbols. Start with a hex address, decimal, or symbol like CHROUT.
    MIT
  • Write bytes to a specified memory address in a Commodore PET emulator. Supports hexadecimal, decimal, and symbolic address formats.
    MIT
  • Check the current state of a Commodore PET session, including whether the emulator is running or stopped.
    MIT
  • Assemble 6502 source code (ca65 syntax) into a .prg binary and VICE label file for Commodore PET software development.
    MIT