-
securityA
license-
qualityA Model Context Protocol server that provides file system operations, analysis, and manipulation capabilities through a standardized tool interface.
Last updated -
6
MIT License
用于读取和分析二进制文件的模型上下文协议 (MCP) 服务器。该服务器提供用于读取和分析各种二进制文件格式的工具,并初步支持虚幻引擎资源文件 (.uasset)。
读取并分析虚幻引擎.uasset 文件
提取二进制文件元数据和结构
自动检测文件格式
用于添加新二进制格式支持的可扩展架构
克隆存储库:
创建虚拟环境并激活它:
安装依赖项:
服务器通过模型上下文协议提供了几种工具:
要添加对新二进制格式的支持:
创建一个继承自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 文件。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/berlinbra/binary-reader-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server