Skip to main content
Glama

Binary Ninja Cline MCP Server

by opensensor

get_binary_info

Extract binary metadata for analysis by specifying the file path. Facilitates binary examination using Binary Ninja through the Cline MCP server.

Instructions

Get binary metadata

Input Schema

NameRequiredDescriptionDefault
pathYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "minLength": 1, "type": "string" } }, "required": [ "path" ], "type": "object" }

You must be authenticated.

Other Tools from Binary Ninja Cline MCP Server

Related Tools

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