Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub embarkstudios/unrealclaudefilehelper --plugin embark-claude-indexCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"unreal-index": {
"command": "node",
"args": [
"${UNREAL_INDEX_DIR}/src/bridge/mcp-bridge.js"
]
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.