Skip to content

Releases: Codeturion/unreal-api-mcp

v0.3.0

Choose a tag to compare

@Codeturion Codeturion released this 19 Jul 13:48

Changes

  • Default Unreal Engine version is now 5.8 (auto-detection unchanged: UNREAL_VERSION env var > .uproject EngineAssociation > default)
  • License changed from PolyForm Noncommercial 1.0.0 to MIT
  • UE 5.8 / 5.8.0 databases available (auto-built by the weekly detect workflow)

v0.2.0 -- Full UE 5.x coverage

Choose a tag to compare

@Codeturion Codeturion released this 02 Mar 01:39

What's New

  • Full UE 5.x coverage: Databases for every version from 5.0 to 5.7, including all patch releases (35 databases total)
  • Patch version support: Users on e.g. UE 5.7.3 get an exact patch database, with fallback to 5.7 if unavailable
  • Auto-update check: Server checks for database updates on startup (via HEAD request, silent on failure)
  • CI automation: Weekly detection of new UE releases with automatic database builds
  • Rebuild All workflow: One-click rebuild of all databases (for parser improvements)

Supported Versions

Version Patches
5.0 5.0.0 - 5.0.3
5.1 5.1.0 - 5.1.1
5.2 5.2.0 - 5.2.1
5.3 5.3.0 - 5.3.2
5.4 5.4.0 - 5.4.4
5.5 5.5.0 - 5.5.4
5.6 5.6.0 - 5.6.1
5.7 5.7.0 - 5.7.3

v0.1.1 — Initial release

Choose a tag to compare

@Codeturion Codeturion released this 26 Feb 23:42

First public release of unreal-api-mcp.

5 MCP tools for accurate Unreal Engine C++ API documentation:

  • search_unreal_api — keyword search with BM25 ranking
  • get_function_signature — exact signatures with parameters and return types
  • get_include_path — resolve #include for any type
  • get_class_reference — full class member listing
  • get_deprecation_warnings — check if an API is obsolete

Coverage: UE 5.5 (99k records), UE 5.6 (109k records), UE 5.7 (114k records). All Engine Runtime, Editor, Developer modules, plus built-in plugins.

Databases download automatically on first run (~43-50 MB).

pip install unreal-api-mcp

Pre-built Databases

Choose a tag to compare

@Codeturion Codeturion released this 26 Feb 23:32

Pre-built SQLite databases for Unreal Engine API documentation. Downloaded automatically on first run.

Supported Versions

Version Patches DB Size
4.27 -- ~46 MB
5.0 5.0.0 - 5.0.3 ~55 MB
5.1 5.1.0 - 5.1.1 ~64 MB
5.2 5.2.0 - 5.2.1 ~70 MB
5.3 5.3.0 - 5.3.2 ~73 MB
5.4 5.4.0 - 5.4.4 ~84 MB
5.5 5.5.0 - 5.5.4 ~92 MB
5.6 5.6.0 - 5.6.1 ~100 MB
5.7 5.7.0 - 5.7.4 ~106 MB
5.8 5.8.0 - 5.8.0 ~117 MB

39 databases covering every UE 5.x release. Updated automatically via CI.

Each major.minor database (e.g. 5.7) is built from the latest patch tag. Patch databases (e.g. 5.7.3) are built from the exact release tag.

Last updated: 2026-06-22