UE Agent Harness
Acts as a middleware for the Unreal Engine 5.8 editor, serving as an MCP Server for LLMs (Claude/GPT) and an MCP Client for the UE MCP Server, enabling context assembly, state caching, visual verification, long-task memory compression, and safety guards.
README
UE Agent Harness
UE5.8 编辑器的 AI Agent 中间层。Harness 作为 MCP Server 面向 LLM(Claude/GPT),作为 MCP Client 面向 UE MCP Server,提供上下文组装、状态缓存、视觉验证闭环、长任务记忆压缩、安全护栏。
快速开始
# 1. 在 UE 编辑器中启用 MCP Server
# Editor Preference → General → Model Context Protocol → Auto Start Server
# 2. 启动 Harness
harness start --ue-port 8000 --listen-port 9000
# 3. 在 Claude Code 或其他 MCP 客户端中连接到 localhost:9000
文档
项目结构
ue-agent-harness/
├── harness/ # Python 包
│ ├── cli.py # CLI 入口
│ ├── server.py # MCP Server(面向 LLM)
│ ├── client.py # MCP Client(面向 UE)
│ ├── config.py # 配置管理
│ ├── context/ # 上下文组装
│ ├── verification/ # 视觉验证
│ ├── state/ # Write-Through State Cache
│ ├── memory/ # 任务记忆压缩
│ ├── recovery/ # 错误恢复
│ ├── safety/ # 安全护栏
│ └── observability/ # 日志与回放
├── skills/ # Harness Skill 示例
├── tests/ # 测试
├── docs/ # 文档
│ ├── architecture.md
│ ├── CONTEXT.md
│ ├── adr/ # 架构决策记录
│ └── issues/ # 开发 Issue
└── pyproject.toml
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.