Skip to main content
Glama
213,976 tools. Last updated 2026-06-19 20:42

"Finding Unity Developers Skilled in C#" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Search the FLOX C-API surface to list exported flox_* functions with their signatures. Helps identify available C symbols for FFI coding.
    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
  • Retrieve all currently opened scenes in the Unity Editor. Use this to identify active scenes before accessing detailed data with scene-get-data.
    Apache 2.0
  • Search Unity packages in the registry and locally. Retrieve versions and installation status to evaluate packages before installing. Uses prioritized matching for accurate results. Supports offline and live registry searches.
    Apache 2.0
  • Manage virtual robots in Unity or VRChat by creating, updating, deleting, and operating them. Perform tasks like loading environments, testing navigation, and syncing with physical robots.
    MIT
  • Unload a scene from the currently opened scenes in Unity Editor. Obtain the list of opened scenes using 'scene-list-opened' to identify the scene name for unloading.
    Apache 2.0
  • Retrieve all serializable fields and properties of a Unity asset by providing its path, instance ID, or GUID. Use after finding the asset with assets-find.
    Apache 2.0
  • Find a method in a Unity project using C# Reflection by specifying its name, class, and parameters. Supports private methods and flexible matching levels for accurate discovery.
    Apache 2.0