TheForgeDev/forge-ue5
AI-powered debugging and architecture assistant for UE5 C++ developers. Paste nothing — Forge reads it.
Platform-specific configuration:
{
"mcpServers": {
"forge-ue5": {
"command": "npx",
"args": [
"-y",
"forge-ue5"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An AI-powered debugging and architecture assistant for Unreal Engine 5 C++ developers.
Forge diagnoses crashes, reviews code, spots multiplayer security vulnerabilities, and guides architecture decisions — powered by 30 knowledge files covering the full UE5 C++ ecosystem.
> "Paste nothing. Forge reads it." > > With MCP active, Forge reads your Output Log, build errors, and C++ files directly from your editor. No copy-paste, no context switching.
---
---
git clone https://github.com/TheForgeDev/forge-ue5
cd forge-ue5pip install mcp httpxEdit → Plugins → Remote Control API → Enable → Restart EditorOpen your Claude Desktop config file:
%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.jsonAdd Forge:
{
"mcpServers": {
"forge-ue5": {
"command": "python",
"args": ["C:/forge-ue5/server.py"],Loading reviews...