バイナリリーダー MCP
バイナリファイルの読み取りと解析のためのモデルコンテキストプロトコルサーバー。このサーバーは、様々なバイナリファイル形式の読み取りと解析のためのツールを提供し、Unreal Engineアセットファイル(.uasset)を初期サポートしています。
特徴
Unreal Engine の .uasset ファイルを読み取って分析する
バイナリファイルのメタデータと構造を抽出する
ファイル形式の自動検出
新しいバイナリ形式のサポートを追加するための拡張可能なアーキテクチャ
インストール
リポジトリをクローンします。
仮想環境を作成してアクティブ化します。
依存関係をインストールします:
使用法
サーバーは、モデル コンテキスト プロトコルを通じていくつかのツールを提供します。
1. Unreal Assetファイルを読む
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.
バイナリ ファイルの読み取りと分析を行うモデル コンテキスト プロトコル サーバー。Unreal Engine アセット ファイル (.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