MCPVault

unreal_get_script_history

MCP tool from Ue5 MCP Bridge by Natfii

Get script execution history

How to use it

unreal_get_script_history is exposed by the Ue5 MCP Bridge MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the unreal_get_script_history tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

FULL UE5 MCP BRIDGE LISTING

Other tools in Ue5 MCP Bridge (28)

unreal_anim_blueprint_modify

Full Animation Blueprint manipulation

unreal_asset_dependencies

Get all assets that a specific asset depends on

unreal_asset_referencers

Get all assets that reference a specific asset

unreal_asset_search

Search for assets by class, path, or name

unreal_blueprint_modify

Modify Blueprints (create, add variables/functions, add nodes, connect pins)

unreal_blueprint_query

Query Blueprint information (list, inspect, getgraph)

unreal_capture_viewport

Capture screenshot of active viewport

unreal_character

Query and modify ACharacter actors in the current level

unreal_character_data

Create and manage character configuration DataAssets and stats DataTables

unreal_cleanup_scripts

Remove generated scripts

unreal_delete_actors

Delete actors from the level

unreal_enhanced_input

Create and modify Enhanced Input assets (InputAction, InputMappingContext)

unreal_execute_script

Execute C++, Python, or console scripts

unreal_get_level_actors

List actors in the current level

unreal_get_output_log

Get recent output log entries

unreal_get_ue_context

Get UE 5.7 API documentation by category or query

unreal_material

Material instance creation and assignment for Skeletal Meshes

unreal_move_actor

Move/rotate/scale actors

unreal_open_level

Open, create, or list level maps in the editor

unreal_run_console_command

Run Unreal console commands

unreal_set_property

Set properties on actors

unreal_spawn_actor

Spawn actors in the level

unreal_status

Check connection to Unreal Editor

unreal_task_cancel

Cancel a running async task

unreal_task_list

List all async tasks

unreal_task_result

Get the result of a completed async task

unreal_task_status

Check status of a submitted async task

unreal_task_submit

Submit an MCP tool for async background execution