Skip to main content
Glama
460,221 tools. Updated 2026-08-17 18:33

"A tool for modifying game memory and values" matching MCP tools:

  • Pause emulation to freeze game state for stable memory reads and writes. Prevents game advancement between tool calls.
    MIT
  • Pause PSP emulation to stabilize game state for memory reads and writes. Use before memory operations; resume with ppsspp_resume.
    MIT
  • Write a 32-bit big-endian value to PowerPC memory at a specified absolute address. Used for modifying game state and cheats in GameCube/Wii games.
    MIT
  • Read a 16-bit little-endian value from emulator memory at a specified address. Use for game-state values like HP, score, or coordinates that occupy two bytes.
    MIT
  • Fetch the JSON schema for neptune.json to define valid structure, including required fields, resource types, and allowed values, before creating or modifying your configuration.
    Apache 2.0
  • Write typed values to game memory addresses for modding. Validates addresses and snapshots before writing to prevent crashes.
    MIT

Matching MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    MCP server that enables persistent, hybrid, local memory for LLM agents, with vector + BM25 search, knowledge graph, and policy-driven retention, providing token-budgeted context injection for AI assistants.
    MIT

Matching MCP Connectors

  • EU AI Act Art-14 runtime oversight: allow / flag / gate-to-human on an agent action, with receipt.

  • Sports Game Odds MCP — wraps the Sports Game Odds API (sportsgameodds.com)

  • Read the current CFG file for the running core or game. Returns raw hex data and decoded option values such as Aspect Ratio. Manages per-game/core settings stored as bit fields.
    MIT
  • Retrieve historical CPU, memory, or load values for a server to analyze past performance and diagnose incidents.
    MIT
  • Retrieve game rules and constants including damage values, ranges, stamina costs, and grid size to understand game mechanics and design effective strategies.
  • Generate a sovereign memory key and initiate a one-time human approval to activate free persistent memory for an agent. Returns a URL and short code for user approval.
    Apache 2.0
  • Extract and classify memory-unpacked binaries from sandbox analysis to identify runtime-decrypted payloads and memory-resident code, with process ID and execution timing metadata.
    MIT
  • Retrieve recent and live game scores with status (scheduled, live, final) for a sport. Quickly check if a game is finished and see the final score.
    MIT
  • Test for insecure deserialization vulnerabilities by analyzing and modifying serialized objects in cookies to detect privilege escalation opportunities.
    MIT
  • Store a value in your agent's persistent encrypted memory. Values survive across sessions and support string, JSON, number, boolean types with optional TTL.
    MIT