ue-codegraph-mcp

ue-codegraph-mcp

An MCP server for indexing and querying Unreal Engine C++ codebases using a local SQLite database. It enables users to analyze call graphs, class structures, and Blueprint-exposed symbols through tools integrated with Claude Code.

Category
访问服务器

README

ue-codegraph-mcp

MCP server for indexing and querying Unreal Engine C++ codebases.

Indexes your UE project's Source/ directory into a local SQLite database and exposes 15 MCP tools so Claude Code can answer questions about call graphs, class structure, #include dependencies, and Blueprint-exposed symbols — without reading raw files every time.


Features

  • Call graph analysis — find all callers of a function, trace call chains from A → B
  • Class analysis — methods, fields, base classes, UE macros (UCLASS, UPROPERTY, UFUNCTION)
  • Blueprint exposure — list all BlueprintCallable functions and BlueprintReadWrite properties
  • #include dependency graph — what a file includes, and what includes it (transitive support)
  • Symbol search — FTS5 full-text search across 40k+ symbols with prefix matching
  • Incremental indexing — re-indexes only changed files (hash + mtime based)
  • Standalone CLI — use ue-graph commands directly from the terminal without Claude

Prerequisites

Requirement Version Check
Node.js 22 LTS node --version
npm 9+ npm --version
Claude Code latest claude --version

Node.js 22 LTS is required. Odd-numbered "Current" releases (v23, v25, etc.) are incompatible with tree-sitter's native bindings and will fail to parse files.


Installation

1. Install Node.js 22 LTS

Download from https://nodejs.org (click the LTS tab) or use winget:

winget install OpenJS.NodeJS.LTS

2. Run setup.bat

cd C:\path\to\ue-codegraph-mcp
.\setup.bat

setup.bat will:

  1. Verify Node.js 22 LTS
  2. Install node-gyp globally (needed for native module builds)
  3. Run npm install (builds tree-sitter and better-sqlite3 from source)
  4. Run npm link to register the ue-graph CLI globally
  5. Optionally index your project and generate mcp.json

If the native build fails, install Visual Studio Build Tools with the C++ build tools workload, then re-run setup.bat.

3. Index your project

ue-graph index "G:\YourProject\Source" my-project

Output:

Indexing G:\YourProject\Source as "my-project" (project)...

Done!
  Files:   1784  (new: 1784, changed: 0)
  Symbols: 45623
  Macros:  3210
  Calls:   28450
  Includes: 9120
  Time: 32.5s

4. Register with Claude Code

claude mcp add -s user ue-codegraph node "C:\path\to\ue-codegraph-mcp\build\index.js"

Verify with claude mcp list. Then start Claude Code in your project directory and run /mcp to confirm the server is connected.


Usage in Claude Code

Once registered, Claude automatically uses the MCP tools when you ask natural-language questions:

"Find everything that calls SetHP"
"Trace the call chain from DamageMyPlayer to ApplyDamage"
"Analyze the UAMirLuaManager class"
"Which files include AMirCharacter.h?"
"Show all BlueprintCallable functions in UAMirAbilityComponent"

CLI Commands

Use ue-graph directly from the terminal without Claude Code.

Index management

ue-graph index <path> [name]     # Index a codebase
ue-graph status                  # Show indexed codebases and stats
ue-graph reindex <file_path>     # Re-index a single file after changes
ue-graph delete <id|name|all>    # Remove a codebase from the index

Call graph

ue-graph callers SetHP                       # Who calls SetHP?
ue-graph callees BeginPlay                   # What does BeginPlay call?
ue-graph chain DamageMyPlayer SetHP          # Call path from A to B

Class analysis

ue-graph analyze UAMirLuaManager             # Methods, fields, UE macros
ue-graph hierarchy AAMirCharacter            # Inheritance tree (up + down)
ue-graph blueprint UAMirLuaManager           # Full Blueprint interface

Search

ue-graph search "SetHP"                      # FTS symbol search
ue-graph code "CL2LG_MY_CHARACTER_SPAWN_REQ" # Code text pattern search
ue-graph refs DamageMyPlayer                 # Where is this symbol used?

UE Macros

ue-graph macros UFUNCTION                    # All UFUNCTION macros
ue-graph macros UFUNCTION BlueprintCallable  # Filter by specifier
ue-graph deps "G:\...\MyActor.h"            # #include dependency graph

MCP Tools Reference

Tool Description
init_codebase Index a UE source directory
get_index_status Show registered codebases and stats
reindex_file Re-index a single file
find_callers Find all callers of a function
find_callees Find all functions called by a function
find_call_chain Shortest call path from function A to B
get_file_dependencies #include graph (includes + included-by)
analyze_class Class methods, fields, UE macros, base classes
get_class_hierarchy Ancestor and descendant class tree
find_ue_macros Search UE macros by type and specifier
get_macro_specifiers Get specifiers for a specific symbol's macro
find_blueprint_exposed All BlueprintCallable/BlueprintReadWrite symbols
get_blueprint_interface Full Blueprint interface of a class
search_symbols FTS5 symbol search
search_code Code text pattern search
find_references Cross-reference lookup

Known Limitations

Issue Workaround
analyze_class may fail on 3000+ line headers (forward declarations) Use Grep + Read instead
Parent class lookup broken when GENERATED_BODY() is the only inheritance hint Use grep 'class Foo.*public'
find_callees can mix results when multiple classes share the same method name Use unique function names or find_callers

Troubleshooting

All files fail with Invalid argument during indexing → Wrong Node.js version. Install Node.js 22 LTS, delete node_modules/, re-run setup.bat.

Native build errors (node-gyp, better-sqlite3) → Install Visual Studio Build Tools (C++ workload), then re-run setup.bat.

MCP server not visible in Claude Code → Confirm the path in claude mcp list is an absolute path. Restart Claude Code and run /mcp.


License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选