radare2-mcp
radare2とAIアシスタントを統合するためのMCPサーバーです。標準入力/出力を介した通信モデルを使用し、バイナリ解析やファイルの探索・検査をシームレスに行うことができます。AIアシスタントとの直接的な統合により、ユーザーは効率的に作業を進めることができます。
GitHubスター
78
ユーザー評価
未評価
お気に入り
0
閲覧数
20
フォーク
15
イシュー
3
技術情報
プログラミング言語
C主要言語
システム要件
radare2: Latest version
Claude Desktop: Latest version
提供機能
直接的なstdin/stdout通信モデルを使用
基本的なツール機能を提供
radare2によるシームレスなバイナリ分析
AIアシスタントとの直接統合
ファイル探索と検査を可能にする
安全性分析
安全性スコア
安全100/100
推奨対象者
バイナリ分析を行う開発者や、AIアシスタントを活用して作業効率を向上させたい開発者に推奨されます。特に、radare2を使用した経験がある開発者に最適です。
メンテナンス状況
アクティブ作者情報
632
フォロワー
76
リポジトリ
0
Gist
0
貢献数
関連するMCP
Multi-Process-MCP
0
This project was completed during my Operating Systems course. The concept of the project is take an input file that lists various commands that should be performed by the CLI and would execute if they are valid commands with valid arguments. The project adds a multi process feature by having multiple processes working on the input file and thus increasing the efficiency of the application. All the code was written using C.