MCP Servers / development / Unreal Engine Code Analyzer

Unreal Engine Code Analyzer

JSON →
httpnone153development

Analyzes Unreal Engine source code to provide context for AI assistants.

Install
How to run this server

No install command recorded.

server path: unreal-engine-code-analyzer
Tools
What this server exposes
analyze_class
Get detailed information about a class, including its properties and methods.
find_class_hierarchy
Get the inheritance hierarchy for a class, optionally including implemented interfaces.
find_references
Find all references to a specific identifier (e.g., function, variable) in the codebase.
search_code
Search the codebase for a query string, with optional file pattern and comment inclusion.
detect_patterns
Detect Unreal Engine patterns and best practices in a specified file.
get_best_practices
Get best practices for specific Unreal Engine concepts like UPROPERTY, UFUNCTION, Components, etc.
query_api
Search the Unreal Engine API documentation with optional filters for category, module, and examples.
analyze_subsystem
Analyze a specific Unreal Engine subsystem, returning core classes, key features, and common use cases.
Configuration
Environment & auth
authnone
Resources
Unreal Engine Code Analyzer — MCP Server · libregistry