SeeYouCowboi/Opencode-in-Unreal
UE5 editor plugin connecting oh-my-opencode to your project via a local MCP server. 22 tools for AI-assisted Unreal development — inspect C++ hierarchies, query Blueprints, generate code with diff preview, and read build logs without leaving the editor.
Platform-specific configuration:
{
"mcpServers": {
"Opencode-in-Unreal": {
"command": "npx",
"args": [
"-y",
"Opencode-in-Unreal"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...