Skip to main content
Glama
opensensor

Binary Ninja Cline MCP Server

by opensensor

バイナリ_ninja_cline_mcp

Binary Ninja (個人ライセンス) で動作する Cline 用の MCP サーバー

このリポジトリには、ClineがBinary Ninjaを使ってバイナリを解析できるMCPサーバーが含まれています。注:すべてのファイルが使用されるわけではありません。ヘッドレスBinary Ninjaを使用するプロトタイプもありますが、私のライセンスはPersonalなのでテストできません。

設定

  1. Binary Ninja MCP プラグインの最新版をインストールしますhttps://github.com/fosdickio/binary\_ninja\_mcp

  2. バイナリを開き、Binary Ninja 内から MCP サーバーを起動します。

  3. ターミナルを開き、pythonbinary_ninja_mcp_http_server.py --port 8088を実行します。

  4. 別のターミナルを開いてnpm startを実行します。

  5. Cline を開いて次のツールを追加します:{ 例:

{
  "mcpServers": {
    "BN MCP": {
      "command": "node",
      "args": ["/home/matteius/binary_ninja_cline/bn_cline_mcp/binaryninja-mcp-bridge.js"],
      "env": {
        "BN_HTTP_SERVER": "http://localhost:8088"
      },
      "autoApprove": [],
      "disabled": false,
      "timeout": 30
    }
  }
}
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/opensensor/bn_cline_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server