IvanMurzak

82 mods across 11 repositories, 4.6k stars between them.

IvanMurzak/Unity-MCP

Skill Claude CodeCodex

Toggle the wrapper's local 'enabled' flag for a named profiler module. Bookkeeping only — Unity's runtime API does not expose direct module control; for real module visibility use the Profiler window.

4.0k 7d ago A 45 tokens original Apache-2.0

IvanMurzak/Unity-MCP

Skill Claude CodeCodex

Return memory statistics snapshot from UnityEngine.Profiling.Profiler — reserved, allocated, mono heap, graphics, etc. (in MB).

4.0k 7d ago A 35 tokens original Apache-2.0

IvanMurzak/Unity-MCP

Skill Claude CodeCodex

Return current frame timing, FPS, vsync, target frame rate, threading mode, and graphics device type from Unity Time / QualitySettings / SystemInfo.

4.0k 7d ago A 39 tokens original Apache-2.0

IvanMurzak/Unity-MCP

Skill Claude CodeCodex

Return script execution timing (frame time, fixed dt, time scale, frame count, runtime) plus Mono / GC memory usage in MB.

4.0k 7d ago A 35 tokens original Apache-2.0

profiler-get-status

53

IvanMurzak/Unity-MCP

Skill Claude CodeCodex

Return the Unity profiler's current enabled state, active modules, max-used memory, and platform support flag. Read-only.

4.0k 7d ago A 29 tokens original Apache-2.0

IvanMurzak/Unity-MCP

Skill Claude CodeCodex

List all known profiler module names with their local 'enabled' bookkeeping flag.

4.0k 7d ago A 21 tokens original Apache-2.0

profiler-load-data

55

IvanMurzak/Unity-MCP

Skill Claude CodeCodex

Read back a previously-saved JSON snapshot from profiler-save-data and return its raw text.

4.0k 7d ago A 26 tokens original Apache-2.0

profiler-save-data

56

IvanMurzak/Unity-MCP

Skill Claude CodeCodex

Save a snapshot of profiler-derived stats (status + memory + rendering + script + frame capture) to a JSON file. Built-in Unity APIs only.

4.0k 7d ago A 35 tokens original Apache-2.0

profiler-start

57

IvanMurzak/Unity-MCP

Skill Claude CodeCodex

Enable Unity's runtime profiler and open the Profiler window. Idempotent: calling when already enabled returns the current enabled state without error.

4.0k 7d ago A 32 tokens original Apache-2.0

profiler-stop

58

IvanMurzak/Unity-MCP

Skill Claude CodeCodex

Disable Unity's runtime profiler. Idempotent — calling when already disabled returns the current disabled state.

4.0k 7d ago A 24 tokens original Apache-2.0

IvanMurzak/Unity-MCP

Skill Claude CodeCodex

Call a C# method by reflection — including private methods. Requires a method schema obtained via 'reflection-method-find'. Supports static methods, instance methods (with optional target deserialization), and main-thread / off-thread execution.

4.0k 7d ago A 48 tokens original Apache-2.0

IvanMurzak/Unity-MCP

Skill Claude CodeCodex

Find C# methods across every loaded assembly by name / type / parameters — including private methods. Returns serialized MethodData entries usable as schemas for 'reflection-method-call'.

4.0k 7d ago A 39 tokens original Apache-2.0

Unity-MCP

61

IvanMurzak/Unity-MCP

MCP server Claude CodeCodexCursor +2

MCP server "Unity-MCP" as configured in IvanMurzak/Unity-MCP. Runs in Docker (docker.io/ivanmurzakdev/unity-mcp-server:0.17.1). Needs 3 environment variables to run.

4.0k 7d ago A tokens not measured original Apache-2.0

Godot-MCP CLAUDE.md

62

IvanMurzak/Godot-MCP

Instructions file

Instructions for IvanMurzak/Godot-MCP, covering claude.md — godot-mcp, tool families, build / test, suite 1 — build (ci gate; 0 errors required) and cli (godot-cli).

229 8d ago B 4,753 tokens original Apache-2.0

IvanMurzak/Unreal-MCP

Instructions file

Instructions for IvanMurzak/Unreal-MCP, covering claude.md — unreal-mcp, architecture in one screen, layout, editor vs runtime (in-game) and build / test (per leg).

27 2d ago A 7,108 tokens original Apache-2.0

IvanMurzak/Unity-AI-Tools-Template

Instructions file

Instructions for IvanMurzak/Unity-AI-Tools-Template, covering unity-ai-tools-template, build / run, 1. initialize a new package from the template, 2. open both unity projects so .meta files are generated and 3. bump version across all files in lock-step.

21 11d ago A 405 tokens original MIT