Skip to main content
Glama
307,394 tools. Last updated 2026-07-18 23:06

"author:ayo-nci" matching MCP tools:

  • Generate CI/CD pipeline steps for CodeLogic scans. Configure .NET, Java, SQL, or JavaScript agents with templates for Jenkins, GitHub Actions, Azure DevOps, and GitLab.
    Mozilla Public 2.0
  • Load a save state from a numbered slot without altering RetroArch's current-slot pointer. Use to access specific bookmarks while preserving ongoing save location.
    MIT
  • Check connectivity to RetroArch's Network Control Interface and return the RetroArch version string to confirm the UDP transport is operational before issuing other commands.
    MIT

Matching MCP Connectors

  • NCI Genomic Data Commons (GDC) MCP.

  • NCI CACTUS Chemical Identifier Resolver MCP.

  • Read up to 4096 bytes from the libretro core's system memory map and return them as a hex dump. Use when the loaded core advertises a memory map.
    MIT
  • Read up to 4096 bytes from emulated memory using the CHEEVOS address space, returning a hex dump. Use as fallback when the core lacks a memory map.
    MIT
  • Write byte sequences to emulated game memory via the libretro core's memory map for cheats, debug pokes, and state mutations. Returns the number of bytes actually written.
    MIT
  • Write byte sequence to emulated memory via CHEEVOS address space. Fallback when core lacks memory map. Verify changes with read.
    MIT
  • Toggle RetroArch's pause state to pause if running or unpause if paused. Use retroarch_get_status to confirm current state before toggling.
    MIT
  • Step emulation forward one frame at a time while paused. Use for precise input timing, animation inspection, or letting emulation initialize after a reset.
    MIT
  • Trigger a soft reset of the running game, equivalent to pressing the console's reset button, to restart from the reset vector. Unsaved progress is lost.
    MIT
  • Retrieve comprehensive biomedical data for articles, clinical trials, genes, drugs, diseases, and variants using unique identifiers. Standardized format supports detailed research and analysis across domains.
    MIT
  • Capture a PNG screenshot of the current emulator display and save it to RetroArch's configured screenshot directory. Use to verify game state or inspect visible effects of control commands.
    MIT
  • Search CI job logs for regex patterns to locate mid-log failures like E2E errors or build issues, returning matching lines with surrounding context.
    MIT