Skip to main content
Glama
306,102 tools. Last updated 2026-07-25 00:27

"Assistance with Developing Unity Games in C# and Debugging Code" matching MCP tools:

  • Search function bodies in C/C++ code to find patterns like function calls and callback registrations. Returns highlighted excerpts from implementation code inside { }.
    MIT
  • Initializes a Cheat Engine Mono data collector to prepare for analyzing Unity or Mono game objects. Call after attaching to the process and before enumerating classes.
    MIT
  • Cross-checks Unity C# code against Wwise events to identify missing or unused events, ensuring consistency between code and Wwise project.
    MIT
  • Search past Claude Code conversations to recall decisions, plans, code discussions, and debugging sessions using full-text search across all sessions.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Riot Games API: accounts, summoners, matches, league entries, champion mastery.

  • Corporate travel: search and book flights, hotels, rail and transfers, manage orders.

  • Expands TypeScript macros and @derive decorators to show generated code with diagnostics for debugging and understanding transformations.
    MIT
  • Evaluate C/C++ expressions during debugging to inspect variables, call functions, and analyze program state within the LLDB debugger context.
    Apache 2.0
  • Update or create C# script files in Unity with automatic AssetDatabase.Refresh and compilation error reporting. Read existing scripts first using the script-read tool to avoid overwrites.
    Apache 2.0
  • Get code examples for creating Steam multiplayer lobbies with specified visibility and max members. Returns ready-to-use code in C++, C#, and GDScript for client-side SDK integration.
    Creative Commons Attribution Non Commercial No Derivatives 4.0 International
  • Compile and execute C# code dynamically in Unity Editor using Roslyn. Define a class with a static method to run custom logic on the fly without saving scripts.
    Apache 2.0
  • Write a value to a C/C++ variable on a halted target. Specify the variable name and value as integer, float, or string to modify program state during debugging.
    MIT
  • Generate interactive text adventure games with branching storylines, inventory systems, and multiple endings for production-ready code and documentation.
    MIT
  • Detects critical secure coding issues in C/C++ source code, including stack buffer overflows, unsafe function usage, format string exploits, and memory leaks.
    MIT