二进制阅读器 MCP
用于读取和分析二进制文件的模型上下文协议 (MCP) 服务器。该服务器提供用于读取和分析各种二进制文件格式的工具,并初步支持虚幻引擎资源文件 (.uasset)。
特征
读取并分析虚幻引擎.uasset 文件
提取二进制文件元数据和结构
自动检测文件格式
用于添加新二进制格式支持的可扩展架构
安装
克隆存储库:
创建虚拟环境并激活它:
安装依赖项:
用法
服务器通过模型上下文协议提供了几种工具:
1. 读取虚幻资源文件
2. 读取通用二进制文件
发展
项目结构
添加新的二进制格式支持
要添加对新二进制格式的支持:
创建一个继承自
BinaryReader
的新阅读器类实现所需的方法(
read_header
,read_metadata
)将新格式添加到格式自动检测逻辑中
更新工具列表以包含新格式
贡献
分叉存储库
创建你的功能分支(
git checkout -b feature/amazing-feature
)提交您的更改(
git commit -m 'Add some amazing feature'
)推送到分支(
git push origin feature/amazing-feature
)打开拉取请求
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅 LICENSE 文件。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
用于读取和分析二进制文件的模型上下文协议服务器,初步支持虚幻引擎资产文件(.uasset)。
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that provides file system operations, analysis, and manipulation capabilities through a standardized tool interface.Last updated -5MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables enhanced file system operations including reading, writing, copying, moving files with streaming capabilities, directory management, file watching, and change tracking.Last updated -17MIT License
- -securityFlicense-qualityA Model Context Protocol server that enables LLMs to extract and use content from unstructured documents across a wide variety of file formats.Last updated -6
- AsecurityAlicenseAqualityA Model Context Protocol server that provides secure and intelligent interaction with files and filesystems, offering smart context management and token-efficient operations for working with large files and complex directory structures.Last updated -2148MIT License